Skip to content

Instantly share code, notes, and snippets.

@swuecho
Created August 3, 2012 21:49
Show Gist options
  • Select an option

  • Save swuecho/3251832 to your computer and use it in GitHub Desktop.

Select an option

Save swuecho/3251832 to your computer and use it in GitHub Desktop.
sub MAIN ($op="v"){ #$op="v" eqv $op='v'
my %All = v=>&view, a=>&add, d =>&done, vd=&viewdone;
%All{$op}();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment