Skip to content

Instantly share code, notes, and snippets.

@peschwa
Last active May 14, 2016 16:13
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 peschwa/7423e9802b1ba47739cb558dd77f84d1 to your computer and use it in GitHub Desktop.
Save peschwa/7423e9802b1ba47739cb558dd77f84d1 to your computer and use it in GitHub Desktop.
$ cat data
this is the deps
thisisthebytecodenotreallyhaha
$ ./perl6-j -e'my $h = open "data".IO, :r; say $h.get; say $h.slurp-rest :bin '
this is the deps
Buf[uint8]:0x<>
$ ./perl6-j -e'my $h = open "data".IO, :r; say $h.get; say $h.slurp-rest '
this is the deps
this is the deps
thisisthebyteco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment