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';


use Perl;
Perl4Everything