Skip to content

Instantly share code, notes, and snippets.

@Tux
Created June 7, 2015 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tux/57326e146cc249310195 to your computer and use it in GitHub Desktop.
Save Tux/57326e146cc249310195 to your computer and use it in GitHub Desktop.
$ head -10 /tmp/hello.csv | p6 csv-ip5xs.pl
50
$ head -100 /tmp/hello.csv | p6 csv-ip5xs.pl
500
$ head -150 /tmp/hello.csv | p6 csv-ip5xs.pl
750
$ head -152 /tmp/hello.csv | p6 csv-ip5xs.pl
760
$ head -153 /tmp/hello.csv | p6 csv-ip5xs.pl
Cannot invoke null object
in method invoke at lib/Inline/Perl5.pm6:479
in method invoke at lib/Inline/Perl5.pm6:471
in block at lib/Inline/Perl5.pm6:753
Exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment