Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: hash ref package

by MidLifeXis (Monsignor)
on Sep 14, 2012 at 18:01 UTC ( [id://993764]=note: print w/replies, xml ) Need Help??


in reply to hash ref package

Can you define 'does not work anymore'?

One possible cause: if you move it to a different package and don't export the sub into the namespace of the caller, sort won't know where to find it. If this particular cause of 'does not work anymore' is the reason, then specifying the full class of the grabdataentry sub or importing it into your caller's namespace may help.

--MidLifeXis

Replies are listed 'Best First'.
Re^2: hash ref package
by yucani (Initiate) on Sep 14, 2012 at 18:09 UTC
    You are right, as the function was not seen, only the foreach loop stoped working but no (visible) error or warning has been produced. Thanks for pushing me in the right direction. Solved.

Log In?
Username:
Password:

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

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

    No recent polls found