in reply to Need help with script to create directories
Try changing the GetOptions parameters to:
GetOptions ("clientname=s" => \$clientname, # client name for dir +ectory "fdgid=s" => \$fdgid); # client Filedrive G +ID number
See the docs for the explanation.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Need help with script to create directories
by jlk (Hermit) on Jun 20, 2004 at 05:09 UTC | |
by davidj (Priest) on Jun 20, 2004 at 05:34 UTC |