Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Object and tied hash all at once?

by Anonymous Monk
on Jul 07, 2001 at 00:05 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-03-28 20:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found