Skip to content

Instantly share code, notes, and snippets.

@bduggan
Created February 25, 2016 13:52
Show Gist options
  • Save bduggan/e740964547406f1c856d to your computer and use it in GitHub Desktop.
Save bduggan/e740964547406f1c856d to your computer and use it in GitHub Desktop.
my $r = Buf[uint8].new(71, 69, 84, 32, 47, 32, 72, 84, 84, 80, 47, 49, 46, 49, 13, 10);
my $b = Buf[uint8].new(13, 10);
say $r.perl;
say $b.perl;
$r.append($b);
# "This representation (VMArray) cannot unbox to a native int
# in block <unit> at append.pl line 7"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment