Help for this page

Select Code to Download


  1. or download this
    C:\>type getopt.pl
    
    ...
    
    C:\>perl getopt.pl -p123
    Using the getopt() method $opt_p is '123'
    
  2. or download this
    C:\>type getopts.pl
    
    ...
    Unknown option: 3
    Using the getopts() method $opt_p is '1'
    C:\>