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/ --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
