Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 19, 2020 19:33
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 Whateverable/1cf66d0e2192b07ec49abd0a6c71826b to your computer and use it in GitHub Desktop.
Save Whateverable/1cf66d0e2192b07ec49abd0a6c71826b to your computer and use it in GitHub Desktop.
evalable6
use lib 'data/all-modules/cpan/Tux/CSV';use Text::CSV; my @aoh = csv(in => ["header1,header2\n1,2\n3,4\n"], sep =>",", headers => "uc");say @aoh.keys;
(exit code 1)
===SORRY!=== Error while compiling /tmp/384pMNtXm1
Could not find Text::CSV in:
file#/home/bisectable/git/whateverable/data/all-modules/cpan/Tux/CSV
file#/home/bisectable/git/whateverable/sandbox/lib
inst#/home/bisectable/.raku
inst#/tmp/whateverable/rakudo-moar/6a0eaabdb22984ed609de22b54b6349fac60acb5/share/perl6/site
inst#/tmp/whateverable/rakudo-moar/6a0eaabdb22984ed609de22b54b6349fac60acb5/share/perl6/vendor
inst#/tmp/whateverable/rakudo-moar/6a0eaabdb22984ed609de22b54b6349fac60acb5/share/perl6/core
ap#
nqp#
perl5#
at /tmp/384pMNtXm1:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment