Re: Yet More SSI woes...

1999-12-07 Thread BarracoodA
Thanks for the ideas. Yes Darren's idea will work too it seems. I was hacking around last night and came up with this solution, which is fairly efficient... NavBar.pm does a reg exp on a comment tag you specify, so I added to this to include my include tag, then just added the random.cgi code t

Re: Yet More SSI woes...

1999-12-07 Thread darren chamberlain
Hi Charles, I was having a similar problem using a variation of the Apache::NavBar module. My solution was very straightforward: I modified NavBar.pm to merely print the bar (without returning anything) and then called it from a server-parsed page using a perl include. As such: sub handler {

RE: Yet More SSI woes...

1999-12-07 Thread Gerald Richter
> > > > This message was sent from Geocrawler.com by "Charles" > <[EMAIL PROTECTED]> > > Be sure to reply to that address. > > > > Howdy, haven't posted in awhile, but here I am > > again:) > > > > I wrote (rewrote from the book) the NavBar.pm and > > it works great, except for the fact that it >

Re: Yet More SSI woes...

1999-12-06 Thread Michael Dearman
Charles wrote: > > This message was sent from Geocrawler.com by "Charles" <[EMAIL PROTECTED]> > Be sure to reply to that address. > > Howdy, haven't posted in awhile, but here I am > again:) > > I wrote (rewrote from the book) the NavBar.pm and > it works great, except for the fact that it >

Yet More SSI woes...

1999-12-06 Thread Charles
This message was sent from Geocrawler.com by "Charles" <[EMAIL PROTECTED]> Be sure to reply to that address. Howdy, haven't posted in awhile, but here I am again:) I wrote (rewrote from the book) the NavBar.pm and it works great, except for the fact that it killed all SSI's for this directory