<%= %> 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
- Re: capture and save a web page - 3 Jim Doyle
- Re: capture and save a web page - 3 Ron Grabowski
- Re: capture and save a web page - 3 Keith Calvert Ivey
- Re: capture and save a web page - 3 Ron Grabowski
- Re: capture and save a web page - 3 Keith Calvert Ivey
