Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Class::Accessor and Storable

by edoc (Chaplain)
on Jan 21, 2005 at 02:06 UTC ( [id://423863]=note: print w/replies, xml ) Need Help??


in reply to Class::Accessor and Storable

not sure if this is related, but I did have issues once which, after many hours of frustration, I discovered stemmed from my use of Storable which exports the methods store & retrieve. My module was a subclass of another which used the method store somewhere.. I wasn't even aware of it.. Anyway Storable was overriding the store method and causing some really weird errors. The solution of course was quite simple..

use Storable();

as opposed to

use Storable;

cheers,

J

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (9)
As of 2024-04-23 09:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found