Skip to content

Instantly share code, notes, and snippets.

Created November 30, 2012 01:01
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/4173039 to your computer and use it in GitHub Desktop.
Save anonymous/4173039 to your computer and use it in GitHub Desktop.
my %g = <a 1 b 1 c 1>;
my ($t, $u) = <a b>;
%g.delete($t, $u);
say %g.perl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment