Help for this page

Select Code to Download


  1. or download this
    use Getopt::Long;
    my $verbose='';
    GetOptions ( 'verbose' => \$verbose );
    
  2. or download this
    use Getopt::Long qw{:config no_ignore_case};
    
  3. or download this
    use Getopt::Long qw{:config bundling no_ignore_case};
    
  4. or download this
    Unknown option: e
    Unknown option: r