Skip to content

Instantly share code, notes, and snippets.

@bdonlan
Created July 20, 2009 02:43
Show Gist options
  • Save bdonlan/150132 to your computer and use it in GitHub Desktop.
Save bdonlan/150132 to your computer and use it in GitHub Desktop.
my $gs = new Getopt::String(
option_switch('help', aliases => [qw/h/]),
option_counter('verbose', aliases => [qw/v/]),
option_stop(""),
option_arg('output', aliases => [qw/o/], key => 'outfile'),
option_arg('foo', aliases => ['foo'], optional_arg => 1)
);
my ($opts, $remain) = $gs->parse("");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment