in reply to Re: Perl oddities
in thread Perl oddities
instead, or maybe you'll use pipes:print($fh: @list); $fh.print(@list);
@list ==> $fh.print; $fh.print <== @list;
As for split, we haven't decided yet whether to change the default. I can argue it both ways.
|
---|