in reply to
Re^3: Implicit split to @_
in thread
Implicit split to @_
perl -e 'my $sa = () = split //,"foo",-1; print $sa'
Comment on
Re^4: Implicit split to @_
Download
Code
In Section
Seekers of Perl Wisdom