in reply to
Split operator in perl
If you want to understand how the regex execution is happening, just add this line to your code
use re 'debug';
[download]
use Perl;
Perl4Everything
Comment on
Re: Split operator in perl
Download
Code
In Section
Seekers of Perl Wisdom