Help for this page

Select Code to Download


  1. or download this
    # Configure here or with Getopt::Long::Configure()
    use Getopt::Long qw(:config pass_through);
    ...
    getopt('', \%other_opts);
    
    print "ARGV: @ARGV\n";