Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Hook::LexWrap and core functions

by Alien (Monk)
on Sep 19, 2008 at 22:43 UTC ( [id://712651]=note: print w/replies, xml ) Need Help??


in reply to Re: Hook::LexWrap and core functions
in thread Hook::LexWrap and core functions

Thank you for your reply ! But,is it possible to wrap it using Hook::LexWrap ? I get a "Can't wrap non-existent subroutine CORE::push"

Replies are listed 'Best First'.
Re^3: Hook::LexWrap and core functions
by ikegami (Patriarch) on Sep 19, 2008 at 22:48 UTC

    Nope, and the error accurately describes the reason you can't. push is not a sub, so you can't get its address, so it can't be wrapped.

    You might be able to wrap *CORE::GLOBAL::push once you create it.

      You were right. After creating CORE::GLOBAL::push , I was able to wrap it . Thanks for your help !

Log In?
Username:
Password:

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

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

    No recent polls found