Hey Sam,
humm, I tested my code before sending it to you, it
was working on my machine, ..., but lets see.
oh wait ok, you said that when you put a debug line
right after the chomp, that debug output shows you the
entire conf_file? Oh ok I think I know what is going
on then. Its the line with the
m m wrote:
>
> folks allow me, Im the other newbie who was grappling
> with Apache::NavBar the other day :-)
> Ged will be proud, I persevered as he advised ;-)
>
> Sam new to perl, welcome.
> This maynot be the canonically right answer but for a
> simple task like youre asking, you can just "wa
folks allow me, Im the other newbie who was grappling
with Apache::NavBar the other day :-)
Ged will be proud, I persevered as he advised ;-)
Sam new to perl, welcome.
This maynot be the canonically right answer but for a
simple task like youre asking, you can just "warn"
stuff to your error logs
I am new to perl and am trying to figure out how to get the navbar code
to work in the book "Writing Apache Modules with Perl and C". I have
trace it all the way down to the object that reads in the navbar config
file:
sub new {
my ($class,$conf_file, $r) = @_;
my (@c,%c);
my $fh = A