Skip to content

Instantly share code, notes, and snippets.

@hoelzro
Created June 1, 2012 14:55
Show Gist options
  • Save hoelzro/2852695 to your computer and use it in GitHub Desktop.
Save hoelzro/2852695 to your computer and use it in GitHub Desktop.
mutex ack2 opts
my @mutex_options = (
# No context possible in file-finding or file-listing mode
[qw( l f g )] => [qw( A B C )],
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment