Re: start_tr

2002-12-13 Thread Mystik Gotan
dson <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: start_tr Date: Fri, 13 Dec 2002 05:07:18 -0800 (PST) Greetings! I am having some trouble with a script designed to create a table. Here is the important part: use CGI::Carp qw(fatalsToBrowser); use CGI qw

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 t

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 fo

start_tr

2002-12-13 Thread Rob Richardson
gt;1}); for ($i = 0; $i < 6; $i++) { # $line = ""; print start_tr(); for ($j = 0; $j < 7; $j++) { $currentDate = shift(@calendar); # $line = $lin