I get that behavior when using the CGI.pm module by itself, but not when using CGI::Application. Is there a way to make CGI::Application behave this way?
-----Original Message----- From: Cory Trese [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 8:00 AM To: cgi application Subject: RE: [cgiapp] command-line debugging You can also run the command as normal, $ ./your_script.pl And then enter your parameters on the command line like so ... rm=mode1 name=Cory target=454B-1 When you have completed enter your name=value pairs, press 'Cntr+D' when finished. Thanks, Cory > -----Original Message----- > From: Joel Gwynn [mailto:[EMAIL PROTECTED]] > Sent: Sunday, March 24, 2002 1:40 PM > To: Mark Stosberg > Cc: cgi application > Subject: Re: [cgiapp] command-line debugging > > > Mark Stosberg wrote: > > >On Sun, 24 Mar 2002, Joel Gwynn wrote: > > > >>when I'm debugging my app from the command-line, how do I specify a > >>run-mode? > >> > > > >Making a few assumptions about your environment and CGI::App usage, > >like this: > > > >./your_script.cgi rm=the_run_mode_you_want > > > >See the CGI.pm docs on command line interaction for more details. > > > > -mark > > > >http://mark.stosberg.com/ > > > Thanks! > > > > --------------------------------------------------------------------- > Web Archive: http://www.mail-archive.com/[email protected]/ > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
