Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    elsif ($opts{h}) {
        print "h\n";
    }
    
  2. or download this
    $ script.pl -p prod -i foo -h bar
    i