Favorite Perl CGI Framework for Web Site Development?

2005-02-11 Thread Siegfried Heintze
I notice there are a lot of frameworks out there for .NET (eg, .NETNUK), PHP, and Java (eg AppFuse) programmers. These are sets of files that form a typical starter site (or skeleton) that have the basic common features for a web site: (1) cookie/password authentication authorization, send email fo

Re: Favorite Perl CGI Framework for Web Site Development?

2005-02-11 Thread Chris Devers
On Fri, 11 Feb 2005, Siegfried Heintze wrote: > I notice there are a lot of frameworks out there for .NET (eg, .NETNUK), > PHP, and Java (eg AppFuse) programmers. These are sets of files that form a > typical starter site (or skeleton) that have the basic common features for a > web site: (1) cook

Generating a hierarchy path

2005-02-11 Thread Jan Eden
Hi, my database is organized such that every page has a hierarchical superior page ("mother"). When displaying a page, a little drop-down menu should be displayed with all the mother, grandmothers etc. until the loop hits a page of the root type (and unless the page itself is a root page). I c

Re: Favorite Perl CGI Framework for Web Site Development?

2005-02-11 Thread Ovid
--- Siegfried Heintze <[EMAIL PROTECTED]> wrote: > Are there any such frameworks for perl cgi? I googled for perl cgi > framework > but could not find any matches. Hi Siegfried, First, it's important to consider whether or not you want a framework. Sometimes they bind you to a particular set of

Re: Generating a hierarchy path

2005-02-11 Thread Ovid
Hi Jan, Apologies in advance if any of this seems too pedantic. What you are essentially looking for is SQL capable of handling tree structures so you can pull this data in a single fetch. You can read about this in Joe Celko's SQL for Smarties or (more specifically) Joe Celko's Trees and Hierar

RE: Favorite Perl CGI Framework for Web Site Development?

2005-02-11 Thread Stokes, John
I don't know if this is exactly what you're looking for, but WebGUI by PlainBlack (www.plainblack.com) looks like an option. -John -Original Message- From: Chris Devers [mailto:[EMAIL PROTECTED] Sent: Fri 2/11/2005 8:15 AM To: Siegfried Heintze Cc: Perl Beginners - CGI List

Re: Favorite Perl CGI Framework for Web Site Development?

2005-02-11 Thread Wiggins d'Anconia
Chris Devers wrote: On Fri, 11 Feb 2005, Siegfried Heintze wrote: I notice there are a lot of frameworks out there for .NET (eg, .NETNUK), PHP, and Java (eg AppFuse) programmers. These are sets of files that form a typical starter site (or skeleton) that have the basic common features for a web si

Re: Favorite Perl CGI Framework for Web Site Development?

2005-02-11 Thread Dwalu Z. Khasu
On Fri, 11 Feb 2005, Chris Devers wrote: =>On Fri, 11 Feb 2005, Siegfried Heintze wrote: => =>> I notice there are a lot of frameworks out there for .NET (eg, .NETNUK), =>> PHP, and Java (eg AppFuse) programmers. These are sets of files that form a =>> typical starter site (or skeleton) that have