Howdy Roger!
I'll be the first to admit I'm not the brightest bulb in the box! But I
feel fortunate that so many other people who are so very talented and have
shared there creations with the general public like me. My hat's off to you
folks!
>Why on earth do it the long way round? STDOUT is de
On Tue, Dec 17, 2002 at 03:28:51PM -0600, Jeff Pelkey wrote:
>## Line 16 Below. -- DOES NOT WORK
>##print "Content-type: text/html\n\n", $tmpl->output(print_to => *STDOUT);
Why on earth do it the long way round? STDOUT is default:
print "Content-type: text/html\n\n", $tmpl->output;
Roger
-
>Message: 1
>Date: Tue, 17 Dec 2002
09:08:09 -0600
>From: Pete Prodoehl
<[EMAIL PROTECTED]>
>To: html-template-users
<[EMAIL PROTECTED]>
>Subject: Re: [htmltmpl]
HTML-Pager and Netscape
>
>
>If it works in IE, but
not other browsers, it probably
.
-CMA
-Original Message-
Subject: [htmltmpl] HTML-Pager and Netscape
I am testing some code I hope to release Q1 and in doing some testing with
various browsers found that Netscape browsers had a couple of different
problems. Where the code runs great on IE 5 and higher and I have even
saved
sample
output.
-CMA
-Original Message-
From: Jeff Pelkey [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 12, 2002 6:16 PM
To: html-template-users
Subject: [htmltmpl] HTML-Pager and Netscape
Howdy!
I am testing some code I hope to release Q1 and in doing some testing with
various browser
On Thu, 12 Dec 2002, Jeff Pelkey wrote:
> I am testing some code I hope to release Q1 and in doing some testing with
> various browsers found that Netscape browsers had a couple of different
> problems. Where the code runs great on IE 5 and higher and I have even
> saved the html output as everyt
Howdy!
I am testing some code I hope to release Q1 and in doing
some testing with various browsers found that Netscape browsers had a couple of
different problems. Where the code runs great on IE 5 and higher and I have
even saved the html output as everything looks good.
In versio