Bladernr has asked for the wisdom of the Perl Monks concerning the following question:
For example, in bash, I can set it up so that: command opt1 opt1 translates opt1 into $1 and opt2 into $2.
I simply want to run a script like this: sync fromhost and not like this: sync ENTER DIRECTION: fromhost
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: command line options
by boo_radley (Parson) on Aug 10, 2001 at 22:19 UTC | |
Re: command line options
by suaveant (Parson) on Aug 10, 2001 at 22:09 UTC | |
Re: (elbie) command line options
by elbie (Curate) on Aug 12, 2001 at 07:43 UTC |