Re: cgi object not returning file content

2003-06-01 Thread R. Joseph Newton
[EMAIL PROTECTED] wrote: > This is really strange. I have a method that works and returns all the > values in a file for the cgi object. But on the second call to the script it opens > the file and returns none of the cgi parameters. > > the $cgi->param( ) returns POSTDATA > and the keywords( )

Re: cgi object not returning file content

2003-05-31 Thread Motherofperls
Also I should mention that I create another cgi object for a diferent file that is out of scope and not related to this method. Does that matter?

cgi object not returning file content

2003-05-31 Thread Motherofperls
This is really strange. I have a method that works and returns all the values in a file for the cgi object. But on the second call to the script it opens the file and returns none of the cgi parameters. the $cgi->param( ) returns POSTDATA and the keywords( ) returns nothing. I'm using strict