<%= %> tags can only contain a single variable. This works too:

<!-- normal HTML code here -->
<%
 # perl code here
 $Response->Write( $Request->Form('city')->{Item} );
%>

Yes, that works for the web page
but not for a heredoc wrapper.

Jim Doyle
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to