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