Skip to content

Instantly share code, notes, and snippets.

Created September 18, 2010 14:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/585725 to your computer and use it in GitHub Desktop.
my %radio = transistors => 5, wires = 15, speaker => 1;
my %phone = microphone => 1, transistors => 7, speaker => 1, wires => 3;
my %shopping_list =
3 <<*<< %radio
<<+>> 2 <<*<< %phone
<<->> %stock;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment