Help for this page

Select Code to Download


  1. or download this
    use vars qw /%option/;
    
    getopt('m:f:l:s:q:h', \%option);
    
  2. or download this
    if ($option{f})
    {
    ...
          unless (($option{f}) && ($option{l} || $option{m} || $option{d})
    +);
        $ctlFile = "$option{f}";
    }