> 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 previously, but whenever I closed the data file
And tried to re-open it the data could nto be retrieved. I was under
The impression that DB-File was able to store referenced data.

> 
> perldoc -f tie
> perldoc -f tied
> perldoc perltie
> 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to