Skip to content

Instantly share code, notes, and snippets.

@ugexe
Created July 6, 2015 06:20
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 ugexe/499a7adddb2550c3339e to your computer and use it in GitHub Desktop.
Save ugexe/499a7adddb2550c3339e to your computer and use it in GitHub Desktop.
perl6 -e "class Foo { has @.s; submethod BUILD { @!s := array[uint32].new(0x67452301,0xefcdab89,0x98badcfe,0x10325476); }; }; my $f = Foo.new; say $f.s.perl"
array[uint32].new(1732584193 4023233417 2562383102 271733878)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment