Re: cookies not set

2003-02-17 Thread drieux
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

RE: php like behavior for my perl CGI

2003-02-17 Thread Peter Kappus
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

RE: php like behavior for my perl CGI

2003-02-17 Thread fliptop
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

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 ---