Rowan Reid wrote:
> 
> 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 access the
> contents should be the same as accessing the contents of the hash


If you have any references in your hash you probably need to use the
Storable.pm module.

perldoc Storable


John
-- 
use Perl;
program
fulfillment

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

Reply via email to