Re: GetOpts: boolean and argument value combos

2003-09-23 Thread Trina Espinoza
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 > > >

Re: GetOpts: boolean and argument value combos

2003-09-23 Thread Daniel Staal
--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:

RE: GetOpts: boolean and argument value combos

2003-09-23 Thread Hanson, Rob
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

GetOpts: boolean and argument value combos

2003-09-23 Thread Trina Espinoza
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