Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    print Dumper(@option_array);
    exit 0;
    
  2. or download this
    perl script.pl --option OPTION1 --option OPTION2
    
  3. or download this
    my $options_ok = GetOptions ('option=s' => \(our $option_variable));