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/cgiapp@lists.vm.com/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to