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