Re: Configuration with perl

2003-04-03 Thread Perrin Harkins
Richard Clarke wrote: foreach my $l (qw/ErrorLog TransferLog LockFile PidFile ScoreBoardFile/) { $$l = /usr/local/app/apache_modperl/logs/$l; }; Dude, you're scaring me with that. It looks just like $1 and $$1. PERL_TRACE output clearly shows that half of the perl section is being

Re: Configuration with perl

2003-04-02 Thread Richard Clarke
List, No matter what I can't understand why the following tiny perl configuration won't work. If I comment out $ServerRoot, it works. If I instead comment out DocumentRoot, it works. If I comment out $$l, it works. I don't understand :( Perl #!perl -w $ServerRoot =