Scott R. Godin wrote:
> under what circumstances is the CGI.pm's STORE autoloaded method
> called? 
> 
> is it used only when you assign values to the object, or is it only
> used when receiving values (or multi-values) from the webserver query?

It is part of the tied hash interface returned by the $q->Vars method. It is
only invoked if you assign parameters through the tied hash.

All it does is call $q->param to assign the parameter value.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to