On Thu, 10 Jan 2002, Sabherwal, Balvinder (MBS) wrote: > The script gets hung when it executes this line and here is what it gives in > the debug mode: > > main::(test.cgi:34): $q = new CGI; > DB<1> > (offline mode: enter name=value pairs on standard input) > > Any ideas as what am I doing wrong??
It's not hung, it's waiting for you to enter a list of key-value pairs to use as test parameters. See 'perldoc CGI' for more information. -sam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
