"R. Joseph Newton" <[EMAIL PROTECTED]> wrote:

> Try this:
> 
> <html>
> <head>
> 
> <title> Joseph's first Perl-based form </title>
> 
> </head>
> <body bgcolor="d0d0ff">
> <form method=POST action="FormTest.pl">
> Name <input name="Name" type=text value=""> <br>
> Rank <input name="Rank" type=text value=""> <br>
> Serial Number <input name="Serial" type=text value=""> <br>
> <input type=submit value="Launch Perl">
> </form>
> </body>
> </html>
> Then use CGI to get the parameters.
> 
> perldoc CGI

I got a '405 error', resource not available.  I guess I'll just have to
switch ISPs :)

Thanks,

-Jeff

__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to