And then you can just use $cgiform{name}.
Unfortunately, this method only works if you're expecting there to be only one value associated with name.
However, if you use CGI's import_names('FORM') method, you can get the first value using $FOO::name or get all the values with @FOO::name.
--k.
In reply to Re: Re: How do you replace variables in an external string?
by Kanji
in thread How do you replace variables in an external string?
by Anonymous Monk
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |