Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created April 25, 2016 22:32
$ 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