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

Re: Object and tied hash all at once?

by Brovnik (Hermit)
on Jul 07, 2001 at 00:43 UTC ( #94603=note: print w/replies, xml ) Need Help??


in reply to Object and tied hash all at once?

Do you have access to (i.e. are you writing) Class::Whatever ?

If so, define Class::Whatever as a subclass of Tie::StdHash,

package Class:whatever; @ISA = (Tie::StdHash)
you can use the hash capabilities plus whatever else you add to the new class, including e.g. methods.

Tie::StdHash is part of Tie::Hash
--
Brovnik

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2023-03-27 23:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (66 votes). Check out past polls.

    Notices?