Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created January 29, 2015 11:22
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 tadzik/e301f6aea294412dad89 to your computer and use it in GitHub Desktop.
Save tadzik/e301f6aea294412dad89 to your computer and use it in GitHub Desktop.
class Keycard {
}
my $name := Keycard.new;
my @a; @a.push: $name;
say @a.perl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment