Help for this page

Select Code to Download


  1. or download this
    
    use Getopt::Std;
    ...
    } else {
    print "option e not used!\n";
    }
    
  2. or download this
    use Getopt::Long;
    
    ...
    print "File is $opt{file}!\n";
    }