Message view | « Date » · « Thread » |
---|---|
Top | « Date » · « Thread » |
From | "Perrin Harkins" <per...@elem.com> |
Subject | Re: Trying to configure Apache2::Request |
Date | Sun, 10 Feb 2008 17:31:23 GMT |
On Feb 10, 2008 12:14 PM, Mag Gam <magawake@gmail.com> 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 | |
Mime |
|
View raw message |