[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
Re: perlrun.pod lies :)
On Mon, 10 Jan 2000 15:52:22 EST, Jeff Pinyan wrote:
>> % ./stestnew --foo=bar
>> bar
>
>Whoa! Where is THAT documented?
You get that after applying the patch I sent.
> I didn't know command-line switches
>could do that!
They couldn't because the leading '--' in '--foo=bar' used to terminate
switch processing (as you reported).
> I'm referring to -opt=val. I didn't see that in perlrun.
--foo=bar is only a special case of -opt=val (i.e. "opt" eq "-foo").
Sarathy
gsar@ActiveState.com
- Follow-Ups from:
-
Gurusamy Sarathy <gsar@activestate.com>
- References to:
-
Jeff Pinyan <jeffp@crusoe.net>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]