Help for this page
#!/your/perl/here use strict; ... use Getopt::Declare $string => $options; ### <<< BONK! print "one = $options->{-one}\n";
use Getopt::Declare; $options = Getopt::Declare->new($string);