Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created March 6, 2017 23: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 zoffixznet/b5761cd087316e6000d41e5cb2a17eef to your computer and use it in GitHub Desktop.
Save zoffixznet/b5761cd087316e6000d41e5cb2a17eef to your computer and use it in GitHub Desktop.
zoffix@VirtualBox:/tmp/tmp.TADXq2ukah$ FOO=42 perl6 -e '"foo".IO'
src/core/IO/Path.pm: method new
src/core/IO/Path.pm: sub method
src/core/IO/Path.pm: method new
src/core/IO/Path.pm: method Str
src/core/IO/Path.pm: sub method
zoffix@VirtualBox:/tmp/tmp.TADXq2ukah$ perl6 -e 'use trace; "foo".IO'
2 (-e line 1)
"foo".IO
zoffix@VirtualBox:/tmp/tmp.TADXq2ukah$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment