Stephen Howard wrote:
> 
> come to think of it, having the 'use' statement:
> 
> package QHB::Public;
> use QHB::Public;
> 
> in your .cgi file might be confusing perl, since you are currently IN that package. 
>Why would you want to set that package within
> your CGI?

My CGI script is in the package "main" if I don't declare the package. I
like to be explicit about it. :) At any rate, if I take out the package
line to put the CGI script back into the main package, I get the same
error. 

 -mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to