On Feb 10, 2008 12:14 PM, Mag Gam <[EMAIL PROTECTED]> wrote:
>  my Apache2::Request $r = shift;
> Tells the Perl compiler to expect an object in the C<Apache2::Request>
> class to be assigned to C<$r>.  A patch has already been submitted to
> use this information so method calls can be resolved at compile time.

That didn't work out.  You should not do this.  Just use the normal
"my $r" syntax.

- Perrin

Reply via email to