RE: php like behavior for my perl CGI

2003-02-17 Thread Phil Fickas
Try the HTML::Template module. See cpan.org to get the module. It's sort of what you are looking for. Not too functional, but a start. I use it to separate my graphic/html coders from my cgi guys. The documentation can be found here. http://www.perldoc.com/cpan/HTML/Template.html --Phil ---

RE: Netscape vs. IE Discrepancy FIXED

2002-05-21 Thread Phil Fickas
you meant 'smart' as in the 'smart missile - really distructive' sense? joel -----Original Message- From: Phil Fickas [mailto:[EMAIL PROTECTED]] Sent: 21 May 2002 15:27 To: '[EMAIL PROTECTED]' Subject: RE: Netscape vs. IE Discrepancy FIXED Yea, I see that. I

RE: Netscape vs. IE Discrepancy FIXED

2002-05-21 Thread Phil Fickas
Netscape vs. IE Discrepancy FIXED Scot's right Phil, IE wasn't being 'smarter' it was being 'slacker' :-) joel -Original Message- From: Scot Robnett [mailto:[EMAIL PROTECTED]] Sent: 21 May 2002 15:11 To: Phil Fickas; [EMAIL PROTECTED] Subject: RE: Netscape vs. I

RE: Netscape vs. IE Discrepancy FIXED

2002-05-21 Thread Phil Fickas
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 9:37 AM To: Phil Fickas; [EMAIL PROTECTED] Subject: RE: Netscape vs. IE Discrepancy It is possible that you are printing the HTML header twice, although I can't tell because we can't see the rest of your code. Exploder actually ha

Netscape vs. IE Discrepancy

2002-05-21 Thread Phil Fickas
HI, I'm creating a CGI script in perl for my web page. When I bring it up in IE 6 it displays beautifully, however, if I open it in Netscape 6, the cgi script runs but Netscape, instead of showing the web page, shows the text of the page (the html code) that my CGI script produced with the corr