Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 19, 2020 19:49
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/5e96660867ab6c82cdc0bb8b01351d6a to your computer and use it in GitHub Desktop.
Save Whateverable/5e96660867ab6c82cdc0bb8b01351d6a to your computer and use it in GitHub Desktop.
evalable6
use lib ‘data/all-modules/github/Tux/CSV’; use lib ‘data/all-modules/github/FROGGS/p6-Slang-Tuxic’; 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/OnS8_HQPKc
===SORRY!=== Error while compiling /home/bisectable/git/whateverable/data/all-modules/github/Tux/CSV/lib/Text/CSV.pm (Text::CSV)
Could not find File::Temp in:
file#/home/bisectable/git/whateverable/data/all-modules/github/FROGGS/p6-Slang-Tuxic
file#/home/bisectable/git/whateverable/data/all-modules/github/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 /home/bisectable/git/whateverable/data/all-modules/github/Tux/CSV/lib/Text/CSV.pm (Text::CSV):5
at /tmp/OnS8_HQPKc:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment