> No. You access the data through %COMPANY_DB. That's the whole
> point of tie(). The object $db is used only if you need to
> call additional methods of MLDBM on it. You really don't even
> need to save $db, because you can always get it via:
>
>tied(%COMPANY_DB)
This is what I did prev
name=>'name'
address =>@address
And so forth what would be the correct way to access contents of the
data structure using the object $db ?
Thanks in advance.
Rowan Reid
Job Captain,
Systems Administrator
ST
> > I'm learning as best I can using every book orielly makes. I am
> > trying to saved a complex data structure (hash). I'm trying to use
> > Berkly DBFile and tie. I am unable to store the file ie
> retrieve info
> > once I have exited the program. Once I tie a hash toe the file
> > acc
nts should be the same as accessing the contents of the hash
Rowan Reid
Job Captain,
Systems Administrator
STUDIO 3 ARCHITECTS
909 982 1717
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
could someone send me the e-mail address to remove me from this list ?
am I on this list ?
i'm trying to represent the following structure
%data{clients} - @anon_array
-$anon_array[#]=%user_info
-$user_info{name}=\%name_info