ot;<[EMAIL PROTECTED]>
To: "CGI Beginners"<[EMAIL PROTECTED]>
Date: Wed Dec 12 07:05:11 PST 2001
Subject: Creating a CGI menu
>I want to create a menu/navigational section for a website I plan on
>building, and I would like to know if there are any easy-to-use modules I
&
--- Gerry Jones <[EMAIL PROTECTED]> wrote:
> I want to create a menu/navigational section for a website I plan on
> building, and I would like to know if there are any easy-to-use modules I
> could use, or if there's another way. My website will have many levels and I
> don't fancy copying, pas
Thanks for the tips guys.
Francesco: where in the book did you find the code you adapted? I've got the
book (I had a look before posting), but short of scanning every page, I
couldn't find it.
Brett: I now know next to nothing about
SSI's, which is more than I knew before reading your post.
At 03:05 PM 12/12/01 +, Gerry Jones wrote:
>I want to create a menu/navigational section for a website I plan on
>building, and I would like to know if there are any easy-to-use modules I
>could use, or if there's another way.
I wrote a web basing content management tool to do this called SIM
If you look at O'Reilly's cgi programming with perl book there is a
mechanism there which can be modified to do exactly what you want.
The following was adapted from it :
# initialise subject listings one section per subdirectory under
# ../data
opendir ( DIR, "../data" ) or die "Cannot open s
On Wed, 12 Dec 2001, Gerry Jones wrote:
> I want to create a menu/navigational section for a website I plan on
> building, and I would like to know if there are any easy-to-use modules I
> could use, or if there's another way. My website will have many levels and I
> don't fancy copying, pasting
I want to create a menu/navigational section for a website I plan on
building, and I would like to know if there are any easy-to-use modules I
could use, or if there's another way. My website will have many levels and I
don't fancy copying, pasting and tweaking the HTML to get the menu to look