Created
August 17, 2016 13:03
-
-
Save zoffixznet/98c1e0f3313b7e237c3ed1f81a40cd06 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zoffix@leliana:/tmp/tmp.m0TGnHo3HC$ tree | |
. | |
└── lib | |
├── JSON | |
│ └── Fast.pm6 | |
└── URI.pm6 | |
2 directories, 2 files | |
zoffix@leliana:/tmp/tmp.m0TGnHo3HC$ perl6 -Ilib -MJSON::Fast -MURI -e 'JSON::Fast.new; URI.new' | |
hello! | |
hello here too! | |
zoffix@leliana:/tmp/tmp.m0TGnHo3HC$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment