Skip to content

Instantly share code, notes, and snippets.

/foo.rb Secret

Created June 15, 2016 10:02
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 anonymous/6101f317348189a1b6681e4da2919477 to your computer and use it in GitHub Desktop.
Save anonymous/6101f317348189a1b6681e4da2919477 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl6
use Inline::Perl5;use YAML::XS:from<Perl5>;my $h = { "foo" => [1,2,3,4], "bar" => 100 };say Dump($h);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment