in reply to Look behind and global
In the spirit of TIMTOWTDI, you could do this
print map "$_\n", $x =~ /..?/g ; 12 34 5
cheers
thinker
In Section
Seekers of Perl Wisdom
in reply to Look behind and global
In the spirit of TIMTOWTDI, you could do this
print map "$_\n", $x =~ /..?/g ; 12 34 5
cheers
thinker