Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Object and tied hash all at once?

by Anonymous Monk
on Jul 07, 2001 at 00:05 UTC ( #94586=note: print w/replies, xml ) Need Help??


in reply to Object and tied hash all at once?

Try this code
sub tiebless { my %x; tie %x,shift; return bless \%x,shift; }

Log In?
Username:
Password:

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

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






    Results (60 votes). Check out past polls.

    Notices?