Created
April 25, 2016 22:32
-
-
Save zoffixznet/b3db53a570576b1b662cd26c3d397f39 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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