>     $Response->Write(<<EOT);
> 
>     honest-to-goodness heredoc
>     $city
> 
>     EOT

Yep. My understanding was that the OP wanted something like this:

$Response->Write(<<EOT);
 
honest-to-goodness heredoc
$Request->Form('city')->{Item}
 
EOT

Which is not possible.
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to