in reply to Re: What is this line doing in the perl script?
in thread What is this line doing in the perl script?
use strict; use Data::Dumper; my @list = ("abcdef" =~ /(.)./g); print Dumper \@list; (my ($first)) = @list; print "$first\n"; # in one step (my $first) = ("abcdef" =~ /(.)./g);
print+qq(\L@{[ref\&@]}@{['@'x7^'!#2/"!4']});
|
---|