On Tue, 6 Jun 2000, Ben Cohen wrote:

> Thanks to all for the helpful suggestions.
> 
> Gunther Birzniek from the list suggested a solution that I've 
> now tried and it works perfectly:
> 
> 
> {begin quote}
> 
> I assume you are running with Apache:Registry?
> 
> You could also save off the $ENV{PATH}...
> 
> 
> Go to the line that reads:
> 
>      eval { &{$cv}($r, @_) } if $r->seqno;

Ugh... Hate that syntax - can we patch it to:

        eval { $cv->($r, @_) } if $r->seqno;

It's so much less cryptic.

-- 
<Matt/>

Fastnet Software Ltd. High Performance Web Specialists
Providing mod_perl, XML, Sybase and Oracle solutions
Email for training and consultancy availability.
http://sergeant.org http://xml.sergeant.org


Reply via email to