Skip to content

Instantly share code, notes, and snippets.

@kan
Created October 7, 2012 04:41
Show Gist options
  • Select an option

  • Save kan/3847127 to your computer and use it in GitHub Desktop.

Select an option

Save kan/3847127 to your computer and use it in GitHub Desktop.
# ./example.pl -a 100 --border=20 -c
use Smart::Options;
warn Dumper(argv);
=> {
'a' => 100,
'border' => 20,
'c' => 1,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment