in reply to Re: How do you replace variables in an external string?
in thread How do you replace variables in an external string?
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.
|
---|