See this http://stackoverflow.com/questions/6723172/what-is-4-16-in-hashes
On 13-Jun-2015 10:09 pm, "rakesh sharma" wrote:
> Hi
>
> I am printing a hash but I tried to concatenate the new line operator and
> I am getting 2/8 as output;
>
> print %hash."\n";
>
> output is 2/8. I am not able to mak
{
local $, = "\n";
print %test;
}
On Sat, Jun 13, 2015 at 9:37 AM, rakesh sharma
wrote:
> Hi
>
> I am printing a hash but I tried to concatenate the new line operator and
> I am getting 2/8 as output;
>
> print %hash."\n";
>
> output is 2/8. I am not able to make the output. 2 could be the i
Hi Sumathi,
first of all note this:
http://www.shlomifish.org/philosophy/computers/netiquette/email/start-new-thread.html
On Mon, 15 Jun 2015 13:12:53 +0530
suMathI gOkuL wrote:
> Hi Friends,
>
> Please suggest me some idea to write perl code to join multiple lines into
> single line after a
Hi Friends,
Please suggest me some idea to write perl code to join multiple lines into
single line after a delimiter... For example i have the following code..
N22_pad_RNO : AO1
port map(A => un1_N3, B => N2_c, C => \N22_pad_RNO_0\, Y
=> \N22_pad_RNO\);
N3_pad : INBUF
port ma