Re: problems with code in "Writing Apache Modules with Perl and C"

2000-07-16 Thread m m
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

Re: problems with code in "Writing Apache Modules with Perl and C"

2000-07-16 Thread Sam Carleton
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

re: problems with code in "Writing Apache Modules with Perl and C"

2000-07-15 Thread m m
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

problems with code in "Writing Apache Modules with Perl and C"

2000-07-15 Thread Sam Carleton
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