Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Object and tied hash all at once?

by Brovnik (Hermit)
on Jul 07, 2001 at 00:43 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-03-29 00:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found