Skip to content

Instantly share code, notes, and snippets.

@Tux
Created March 17, 2015 10:47
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/73ec84b4c53c5002f6fb to your computer and use it in GitHub Desktop.
Save Tux/73ec84b4c53c5002f6fb to your computer and use it in GitHub Desktop.
$ p6 -MText::CSV -e'$_».text.perl.say for Text::CSV.new.fragment($*IN,"col=1;3")' < test.csv
("c_species", "legs")
("1", "4")
("2", "6")
("3", "8")
("4", "2")
YEAH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment