start_tr

2002-12-13 Thread Rob Richardson
++) { # $line = ; print start_tr(); for ($j = 0; $j 7; $j++) { $currentDate = shift(@calendar); # $line = $line . $currentDate . ' '; # $line = $line

RE: start_tr

2002-12-13 Thread wiggins
I don't believe there is a start_tr() method, which would explain the problem :-). Check out the POD documentation for the CGI module by either issuing perldoc CGI or here: http://search.cpan.org/author/JHI/perl-5.8.0/lib/CGI.pm In particular seach for: This is extremely useful for creating

Re: start_tr

2002-12-13 Thread Dave K
tr transliterate Tr table row qw( :standard *Tr ); allows one to use start_Tr and end_Tr so that you don't have to pull your hair out trying to nest method calls. HTH [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I don't believe there is a start_tr(