Skip to content

Instantly share code, notes, and snippets.

@timo

timo/Frob.pm6 Secret

Last active December 15, 2015 06:19
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 timo/08d612edbe561366caf8 to your computer and use it in GitHub Desktop.
Save timo/08d612edbe561366caf8 to your computer and use it in GitHub Desktop.
module Frob { };
our sub EXPORT(*@args) {
(for @args {
$_ => 1000;
}).hash
}
# vi: ft=perl6
use Test;
use Frob <foo bar baz>;
say foo;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment