Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created September 13, 2012 18:52
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 tadzik/3716697 to your computer and use it in GitHub Desktop.
Save tadzik/3716697 to your computer and use it in GitHub Desktop.
┌─[tadzik@yavin4]─[~]
└─[%]─> eval $(perl -MRakudo::Star::Paths); perl6 -MLWP::Simple
> get("http://perlcabal.org")
Method 'load_module' not found for invocant of class 'FixedPMCArray'
> (Control-D)
Cannot fetch object from non-existent serialization context 814E49C6FF95329961FEDD30EBE95C9B2CA296A9
current instr.: '' pc 72 (/home/tadzik/.perl6/lib/URI.pir:69) (lib/URI.pm:1)
called from Sub '' pc 14 (/home/tadzik/.perl6/lib/URI.pir:19) (lib/URI.pm:1)
called from Sub '' pc 9550 (/home/tadzik/.perl6/lib/URI.pir:3536) (lib/URI.pm:213)
┌─[tadzik@yavin4]─[~]
└─[%]─> eval $(perl -MRakudo::Star::Paths); perl6
> LWP::Simple.get("http://perlcabal.org")
Could not find symbol '&Simple'
> (Control-D)
invoke() not implemented in class 'ArrayIterator'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment