Stas,

No, I did notice the error. It's just that I've been alternating back and
forth from modperl2 to 1 that I cannot keep straight all the events that
are happening. I knew there was an error in Rules2.pm, but it felt strange
that is showed up when I was restarting the server. But, I later concluded,
with some help from Fred,  it must be becuase of the line

PerlModule ModPerl::Rules2

that I have in httpd.conf.


At 10:51 PM 7/10/04 -0700, Stas Bekman wrote:
>David Arnold wrote:
>
>did you actually look at the error message?
>
>> Can't use global $= in "my" at /home/darnold/modperl//ModPerl/Rules2.pm
>> line 9, near "my $="
>> syntax error at /home/darnold/modperl//ModPerl/Rules2.pm line 9, near
>> "$=shift"
>
>> sub handler {
>>     my $=shift;
>
>That should be:
>
>   my $r = shift;
>
>-- 
>__________________________________________________________________
>Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
>http://stason.org/     mod_perl Guide ---> http://perl.apache.org
>mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
>http://modperlbook.org http://apache.org   http://ticketmaster.com
>
>

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to