Skip to content

Instantly share code, notes, and snippets.

@Tux
Created June 7, 2015 09:28
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/63311ce6f17352102323 to your computer and use it in GitHub Desktop.
Save Tux/63311ce6f17352102323 to your computer and use it in GitHub Desktop.
$ head -10 /tmp/hello.csv | p6 csv.pl
["ab", "cde", "q", Str]<>
["ab,cd", "q", Str]<>
50
$ head -11 /tmp/hello.csv | p6 csv.pl
["ab", "cde", "q", Str]<>
["ab,cd", "q", Str]<>
Cannot invoke null object
in method parse at csv.pl:69
in sub MAIN at csv.pl:171
in block <unit> at csv.pl:120
Exit 1
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment