> Yes, that works for the web page
> but not for a heredoc wrapper.
Like I said in my first email, heredocs cannot interpolate
methods,subroutines, or functions. The Write() method of the $Response
object will not be handeling as expected in a heredoc. I usually do
this:
my $city = $Request->Form('city')->{Item};
$Response->Write(qq|
poor man's heredoc
$city
|);
- Ron
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web