Hi,

I've looked at the archives and it seems several people's problems
(Antonio Navarro and Janet del Mundo) including mine haven't been exactly
resolved. The problem is when one wants to modify the objects being passed
to a Pre/PostAuthHook subroutine. It seems that the object that gets
modified is local in scope to the called subroutine. Though the object in
the AuthHook subroutine gets modified, the original object doesn't. (ie.

sub {
        ${$_[0]}->add_attr("Filter-Id", "test");
}

modifies the local object (in this case, the passed request object), but
doesn't affect the original object).

This is really a Perl question and I'm hoping the Perl experts in the list
can tell us how to do what we want (eh, Relly)


L   L Richi Plana 8^)         ,-,-.     ,-,-.     ,-,-.     ,-,-.     ,-
LL LL Systems Administrator  / / \ \   / / \ \   / / \ \   / / \ \   / /
LLLLL Mosaic Communications, Inc. \ \ / /   \ \ / /   \ \ / /   \ \ / / 
LLLLL mailto:[EMAIL PROTECTED]     `-'-'     `-'-'     `-'-'     `-'-' 


===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to