Amelia Ireland wrote:
> I tried both $self->param('validated_query', $valid_h) and
> $self->param('validated_query' => $valid_h), but neither works
Just an FYI and to clear up some confusion, those two are syntactically
equivalent in all Perl code.
'foo', 'bar'
==
foo => 'bar'
The "fat arrow" is just a fancy comma in Perl that will automatically quote the
symbol to the left if it's a bare word.
--
Michael Peters
Plus Three, LP
##### CGI::Application community mailing list ################
## ##
## To unsubscribe, or change your message delivery options, ##
## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ##
## ##
## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ##
## Wiki: http://cgiapp.erlbaum.net/ ##
## ##
################################################################