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