...He wants $"
Sorry, I must be missing something:
my @array = ('a'..'z'); $" = ''; print "@array";
What's the point? Just do:
my @array = ('a'..'z'); print @array;
Why not set a lot of other special variables to the null string (eg $\ = ''; $/=''; while we're about it? :-)
dave
In reply to Re: Re: Re: splice question
by Not_a_Number
in thread splice question
by agent
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |