Skip to content

Instantly share code, notes, and snippets.

Created January 16, 2017 23:10
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/4153e6dce5094b6932c5aad391565a37 to your computer and use it in GitHub Desktop.
Save anonymous/4153e6dce5094b6932c5aad391565a37 to your computer and use it in GitHub Desktop.
[jdv@new-host-2 ~]$ perl6 -MInline::Perl5 -e 'Inline::Perl5.new.call("print","asdf")'
Undefined subroutine &main::print called.
in method call at /home/jdv/rakudo/install/share/perl6/site/sources/FC133D3E7EC3B0CBE238C296893894C9AB745A05 (Inline::Perl5) line 752
in block <unit> at -e line 1
[jdv@new-host-2 ~]$ perl6 -MInline::Perl5 -e 'Inline::Perl5.new.call("CORE::print","asdf")'
Undefined subroutine &CORE::print called.
in method call at /home/jdv/rakudo/install/share/perl6/site/sources/FC133D3E7EC3B0CBE238C296893894C9AB745A05 (Inline::Perl5) line 752
in block <unit> at -e line 1
[jdv@new-host-2 ~]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment