I have a cgi script which used to run very well. Now, after setting up a new computer and installing a more recent version of CGI.pm I recieve errors:

this used to be all I needed:
use CGI qw/:all *table td tr/;

to do the folowing:
print $q->start_table();
print $q->tr( $q->td());
print $q->end_table();


now I get this error:
Undefined subroutine CGI::tr
at scriptName.pl line 744



What do I need to change?

-todd


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

Reply via email to