Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Executing use'd/require'd/base module code *after* use'r/require'r/child is compiled?

by phaylon (Curate)
on Mar 01, 2009 at 19:57 UTC ( [id://747342]=note: print w/replies, xml ) Need Help??


in reply to Executing use'd/require'd/base module code *after* use'r/require'r/child is compiled?

You could use B::Hooks::EndOfScope in an import method. That's what namespace::clean uses to clean up the package's symbol table after it has been compiled.

I hope this helps, but I'm not sure this exactly fits your use case. Is there a reason you don't want to be more explicit? Like, for example:

wrap foo => sub { ... };

Ordinary morality is for ordinary people. -- Aleister Crowley
  • Comment on Re: Executing use'd/require'd/base module code *after* use'r/require'r/child is compiled?
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-04-19 12:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found