gain :)
-T
> >
> >
> > - Original Message -
> > From: "Trina Espinoza" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, September 23, 2003 6:10 PM
> > Subject: GetOpts: boolean and argument value combos
> >
>
--On Tuesday, September 23, 2003 18:10 -0700 Trina Espinoza
<[EMAIL PROTECTED]> wrote:
Hey Perl Peps,
I am stuck in the mudd and hoping someone can give me a few clues
that will help get me back on track.
I want to submit some arguments like so:
./script1.pl -book -title HP3 -chapter 04
NOTE:
the option is present.
See the Getopt::Long docs, the section on Simple Options.
http://search.cpan.org/author/JV/Getopt-Long-2.34/lib/Getopt/Long.pm#Simple_
options
Rob
-Original Message-
From: Trina Espinoza [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 23, 2003 9:11 PM
To: [E
Hey Perl Peps,
I am stuck in the mudd and hoping someone can give me a few clues that will help get
me back on track.
I want to submit some arguments like so:
./script1.pl -book -title HP3 -chapter 04
NOTE: -book does not have an argument
Now I have been using GetOpt::Long and everything wor