Re: start_tr

2002-12-13 Thread Mystik Gotan
Actually, CGI is nothing more than a interface to communicate with the Perl script and the webserver. The only thing CGI needs are headers. For displaying each web page, the server must send a header, so CGI has to do the same. Everything should work when you put a MIME type in your script, don

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() method, w

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