in reply to
Re: partial matching of lines in perl
in thread
partial matching of lines in perl
Note that @a2 and $a2 are unrelated variables. Use
strict
and
warnings
to catch similar kinds of errors.
map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]
Comment on
Re^2: partial matching of lines in perl
Download
Code
In Section
Seekers of Perl Wisdom