As much as I dislike ActiveState, they provide a very useful IDE (Komodo) that has helped me a great deal in debugging and developing CGI applications in 'windows land.' The IDE supports a 'simulated' CGI environment that allows you to pass parameters (mixed bags of GET & POST supported,) view the HTML output as source or rendered.
Anyway, Cory Trese ps: I am not affiliated with ActiveState in any other manner than a supplier-customer relationship. > -----Original Message----- > From: Greg Marr [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 27, 2002 10:39 AM > To: [EMAIL PROTECTED] > Subject: RE: [cgiapp] command-line debugging > > > At 09:42 AM 03/25/2002, Joel Gwynn wrote: > >>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. > > > >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? > > Put this at the top of your instance script, and then run the > instance script. > use CGI '-debug'; > > -- > Greg Marr > [EMAIL PROTECTED] > "We thought you were dead." > "I was, but I'm better now." - Sheridan, "The Summoning" > > > --------------------------------------------------------------------- > 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]
