Rob Dixon schreef:

>   print "@array\n";
>
> will output the elements separated with spaces by default. To change
> the separator to a comma you can write
>
>   local $" = ',';
>   print "@array\n";

Please present code like that with enclosing curlies, to limit the scope
of the local $".

-- 
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