Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Getopt::Std;
    ...
    our $opt_v;
    print join(':',@ARGV), "\n";
    getopt('v');
    
  2. or download this
    $ myscript.pl -v < data.txt
    -v
    opt_v =