Skip to content

Instantly share code, notes, and snippets.

@Tux
Created March 28, 2015 17:35
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/1ec0ca6a12ef07da21c1 to your computer and use it in GitHub Desktop.
Save Tux/1ec0ca6a12ef07da21c1 to your computer and use it in GitHub Desktop.
tux:/pro/3gl/CPAN/Text-CSV6 541 > cat files/utf8.csv
"Øl/Vin",0
tux:/pro/3gl/CPAN/Text-CSV6 542 > perl6 -Ilib -MText::CSV -e'csv(in=>csv(in=>"files/utf8.csv"),out=>$*OUT,sep=>";")'
Øl/Vin;0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment