On Sunday, Feb 16, 2003, at 21:54 US/Pacific, uma ramdoss wrote:
[..]
why
when it sends the request to the original server, it
sends connection :close header. why is it so.
[..]
I think that is the 'default' - unless you
expressly ask for
Connection: keep-alive
to request that the connectio
Thanks to all who have responded to my rather vague request. Indeed, I
should clarify a bit what I'm looking for.
Because I'm extremely lazy, I'd like to use certain formatting shortcuts in
my HTML. In a given document, I might have 15 different spacer gifs of
different sizes to aid in precise f
On Mon, 17 Feb 2003 at 10:26, Peter Kappus opined:
[snip]
PK:which would create and send the image tag for me.
PK:I'd like, in perl, to do the following:
PK:
PK:print<
PK:
PK:
PK:
PK:
PK:eob
PK:
PK:Ideally, I would overload the print function so that it would search for
PK:stat
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
---