Help for this page

Select Code to Download


  1. or download this
    use Getopt::Long;
    GetOptions( "ot:s" => \$ot ) or die("Error in command line arguments\n
    +");
    
  2. or download this
    myprog.pl -ot=123 arg1 arg2 ...
    
  3. or download this
    myprog.pl -ot arg1 arg2 ...