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

Re^2: Patching a Package (Scalar::Util)

by tall_man (Parson)
on Apr 19, 2006 at 19:32 UTC ( [id://544428]=note: print w/replies, xml ) Need Help??


in reply to Re: Patching a Package (Scalar::Util)
in thread Patching a Package (Scalar::Util)

Scalar::Util only exports refaddr by request, but your suggestion is good. I have added the following (within the if test):
# Allow users of Scalar::Util to import the new symbol on request. push @Scalar::Util::EXPORT_OK,'refaddr';

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-03-29 05:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found