
kturner
Deleted
Sep 1, 2000, 8:36 AM
Post #1 of 1
(202 views)
|
|
What does it do ---> NGetOpt
|
Can't Post
|
|
Here it is in context. # Let newgetopt handle the command line options require 'newgetopt.pl'; $com_chk=&NGetOpt("i=s","o=s"); # Set the target directory to the one specified in the command line. $directory = $opt_i; Thanks
|