Just another Perl shrine | |
PerlMonks |
Re^6: Empty pattern in regexby choroba (Cardinal) |
on Oct 19, 2023 at 14:55 UTC ( [id://11155054]=note: print w/replies, xml ) | Need Help?? |
> but why did this work? next unless 1; never runs next, as 1 is always true. So is "m//" or any other non-empty string different to 0.
map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]
In Section
Seekers of Perl Wisdom
|
|