* Michael <mpeters at plusthree.com> [2004/10/07 10:40]: > I think he was trying to make sure that the $request was an > Apache::Request object an not just the Apache->request. They are > different. Creating a new Apache::Request off another Apache::Request > shouldn't be a problem. > > If it really concerns you then maybe a > $request = Apache::Request->new($request) > if(! request || (ref $request eq 'Apache'));
I think this is what the instance method is for, right? $request = Apache::Request->instance($request); (darren) -- It's not that things are getting worse, it's just that news reporting is getting better.
pgpZcPZ4Alkp0.pgp
Description: PGP signature
