in reply to Re: HTML::Template error message
in thread HTML::Template error message
I changed it to:EMAIL => $cgi->param('email'),
and it works fine now. However, it seems to me that the original version should work. Why doesn't it interpolate correctly? I ran into a similar interpolation problem on one of my other template pages in the same application.EMAIL => $email,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: HTML::Template error message
by jeffa (Bishop) on Jun 22, 2004 at 17:25 UTC | |
|
Re^3: HTML::Template error message
by BUU (Prior) on Jun 22, 2004 at 21:54 UTC |