Hi, Unfortunately I don't have time tonight to answer your question in full... until someone does try reading:
perldoc CGI in particular the bit about the param method, your code will end up looking like: use CGI qw(:standard); $value1 = param("value1"); $value2 = param("value2"); Also, when outputing html, have a look at the "HTML::Template" module on CPAN (www.cpan.org). This is usually preferable to a here document for larger scripts/sites. Jonathan Paton __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]