http://qs321.pair.com?node_id=1212730


in reply to Re^2: Splitting a large file into smaller files according to indexes
in thread Splitting a large file into smaller files according to indexes

After creating 252 files, I get an error as ...

Summing STDOUT,STDERR,STDIN to 252 gives 255... very tight limits you've got on your machine. What OS are you running?

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'
  • Comment on Re^3: Splitting a large file into smaller files according to indexes

Replies are listed 'Best First'.
Re^4: Splitting a large file into smaller files according to indexes
by cryptoperl (Novice) on Apr 17, 2018 at 20:47 UTC
    I am running this on mac OS.