develooper Front page | perl.beginners | Postings from March 2002

RE: html to perl vars

Thread Previous
From:
David Gray
Date:
March 29, 2002 08:17
Subject:
RE: html to perl vars
Message ID:
000401c1d73d$08bb8b10$7800a8c0@3b2.com
Hi Jerry,

> How does one convert html:
> 
>  <td width="77%"><input type="text" name="T1" size="20"></td>
> 
> to a Perl?
> 
> $value_1 = T1;

You're going to want to look into the CGI module. (perldoc cgi)

Hope that helps,

 -dave



Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About