Re: cgi object not returning file content
[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
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?