Re: [OT] Lightweight CGI.pm - Why?

2001-05-20 Thread Ask Bjoern Hansen
On Sun, 20 May 2001, Stas Bekman wrote: [...] > it's also about smart construction of HTML code using map() and similar > constructs: > [...] > > print table(-align => 'center', > tr( map { td($_),td($rows{$_} } keys %rows ) > ); > now try to write the same code usin

Re: [OT] Lightweight CGI.pm - Why?

2001-05-20 Thread Tatsuhiko Miyagawa
Hi, On Sun, 20 May 2001 11:37:44 +0800 Gunther Birznieks <[EMAIL PROTECTED]> wrote: > The reason I have used them in the past is that it is easier to do things > like widgets. TT and many pure template systems don't seem to have as much > of a widget concept when it comes to form variables. >

$r->connection->user returns nothing after $r->get_basic_auth_pw

2001-05-20 Thread Chris Garrigues
I've got a weird problem.. I'm trying to get Helpdesk::Mail working on my system. Helpdesk::Mail has an "out of the book" handler based on Listing 5.6 in http://www.modperl.com/book/chapters/ch6.html and the author says that nobody before me has reported a problem with it. As I dug in

Re[2]: NameWithVirtualHost

2001-05-20 Thread Jason J. Czerak
On Thu, 17 May 2001 08:04:31 -0400 Geoffrey Young > wrote: > > > > -Original Message- > > From: Jason Czerak [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, May 16, 2001 3:18 PM > > To: [EMAIL PROTECTED] > > Subject: NameWithVirtualHost > > > > > [snip] > > and the lines in startup.p

Fw: [OT] Lightweight CGI.pm - Why?

2001-05-20 Thread Per Einar
Oops, forgot to Cc the list. - Original Message - From: "Per Einar" <[EMAIL PROTECTED]> To: "Gunther Birznieks" <[EMAIL PROTECTED]> Sent: Sunday, May 20, 2001 8:43 AM Subject: Re: [OT] Lightweight CGI.pm - Why? > > - Original Message - > From: "Gunther Birznieks" <[EMAIL PROTECTE

Re: [OT] Lightweight CGI.pm - Why?

2001-05-20 Thread Stas Bekman
On Sat, 19 May 2001, Larry Leszczynski wrote: > Hi all - > > Just curious because it seems to come up a lot - for what applications > have people run into a serious need for HTML generators ala CGI.pm? (I'm > not talking about templating systems, there's obvious need and practical > use for thos