Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

RE: RE: Call Subroutines by Approximate Name (poetic license)

by tilly (Archbishop)
on Aug 07, 2000 at 01:48 UTC ( [id://26458]=note: print w/replies, xml ) Need Help??


in reply to RE: Call Subroutines by Approximate Name (poetic license)
in thread Call Subroutines by Approximate Name

If you check, sub is not a function. OTOH I see no reason why prynte would be particularly hard to do. After all you can find the core functions in the CORE:: namespace...
  • Comment on RE: RE: Call Subroutines by Approximate Name (poetic license)

Replies are listed 'Best First'.
RE: RE: RE: Call Subroutines by Approximate Name (poetic license)
by osfameron (Hermit) on Aug 07, 2000 at 02:34 UTC
    Um, yes, getting a bit carried away there methinks...
    How do I get a list of the core functions though? If I do a print join "\n", keys %CORE::; this just gives  GLOBAL::.

    (Or point me to the relevant documentation...)

    Osfameron

      Ack. Very good question. Never tried that. I seem to have aquired a foot in my mouth.

      You can get to any core function through CORE. For instance if you override print you can still call the real one as CORE::print. OTOH that does seem to be hacked in at a low level. I cannot figure out how to find it.

      Normally, of course, your %package:: would work. But not in this case. :-(

      BTW if you are curious, perlsub says that if you override a function in CORE::GLOBAL you will override the built-in in all namespaces. I didn't know that. I don't think that I particularly wanted to either...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-23 14:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found