Skip to content

Instantly share code, notes, and snippets.

Created October 5, 2012 17:18
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 anonymous/3841112 to your computer and use it in GitHub Desktop.
Save anonymous/3841112 to your computer and use it in GitHub Desktop.
[lib]# cd /tmp/moritz-svg-plot-6b2eb8e/examples
[examples]# ls
circle.pl parse-access-log.pl parse-spectest-progress.pl test-suite-committers.pl
[examples]# perl6 circle.pl
No such method 'key' for invocant of type 'List'
in method serialize at lib/SVG.pm:12
in block at circle.pl:15
[examples]# perl6 parse-access-log.pl
Unable to open filehandle from path 'access.log'
in method open at src/gen/CORE.setting:7295
in sub open at src/gen/CORE.setting:7542
in block at parse-access-log.pl:64
[examples]# perl6 test-suite-committers.pl
No such method 'key' for invocant of type 'List'
in method serialize at lib/SVG.pm:12
in block at test-suite-committers.pl:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment