Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Mail::Audit and effective_t.al

by Tanktalus (Canon)
on Oct 25, 2005 at 16:56 UTC ( [id://502785]=note: print w/replies, xml ) Need Help??


in reply to Mail::Audit and effective_t.al

I would start by looking where a function named "effective_t" is being called in the entire program, including the Mail::Audit module. It may not be obvious, so be thorough - for example, $obj->$func() may be doing it because $func is set based on some mail header or something. If that becomes difficult, perhaps overload AUTOLOAD yourself, and anytime $AUTOLOAD is set to /::effective_t/, croak (with stack traceback). Otherwise, set your parent's $AUTOLOAD, unshift $self back onto @_, and then goto &SUPER::AUTOLOAD (or something like that). It's a bit tricky, but the point is to insert a traceback which may help narrow down where effective_t is being called from.

Good luck!

Replies are listed 'Best First'.
Re^2: Mail::Audit and effective_t.al
by blm (Hermit) on Oct 25, 2005 at 23:54 UTC
    Thanks very much for your reply. This afternoon I will be doing what you say. The function that I am calling is effective_type. See my reply to tye as to what I have found so far. Thanks again.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://502785]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (7)
As of 2024-04-19 10:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found