Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created April 25, 2016 22:32
Show Gist options
  • Save zoffixznet/b3db53a570576b1b662cd26c3d397f39 to your computer and use it in GitHub Desktop.
Save zoffixznet/b3db53a570576b1b662cd26c3d397f39 to your computer and use it in GitHub Desktop.
$ perl6 -MData::Dump -e 'say Dump(:gist, ["foobar" ~~ /foo(bar)/, (class Foo {}).new, { foo => "bar" }])'
Array :: (
[「foobar」
0 => 「bar」 Foo.new foo => bar],
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment