Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -l
    
    ...
        print 'After command line options processed:';
        print "Options: x[$x] y[$y] z[$z]";
    }
    
  2. or download this
    $ pm_1196515_option_processing.pl
    Option starting values:
    ...
    Options: x[42] y[fred] z[1.5]
    After command line options processed:
    Options: x[42] y[wilma] z[3.4]