in reply to Re^2: extract and export to multiple files
in thread extract and export to multiple files

The third argument to split (in this case 2) is the limit, read the following: http://perldoc.perl.org/functions/split.html
  • Comment on Re^3: extract and export to multiple files