"Jenda Krynicky" schreef:
> Rob Dixon:

>>   local $" = ',';
>>   print "@array\n";
>
> print join(',', @array), "\n";
>
> is much cleaner and safer. Leave $" alone.

I don't agree. It is totally fine to use a local-ed $", if it is inside
a minimal block.

-- 
Affijn, Ruud

"Gewoon is een tijger."


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to