#!/usr/bin/perl /usr/bin/asp-perl
<% if($Request->Form('name')) { %>
Your name is <%=$Request->Form('name')%>
<% } %>
The following are the contents of the data returned
from doing a binary read of the form data:
<%=$Request->BinaryRead($Request->{TotalBytes})%>