Show quoted text> CGI.pm lets you set a parameter value as
>
> param('p', $v);
>
> It would be slightly nicer if you could say
>
> param('p') = $v;
Thanks for the suggestion.
However, no new features are being added now unless they seem essential
to the life of the module.
( It may be updated to deal with new standards, environment changes, and
compatibility with new versions of Perl. )
Mark