in reply to Re: dbmopen - if db file do this else do that
in thread dbmopen - if db file do this else do that

return 0 unless dbmopen %stored, $file, 0444;

i actually tried that at first, but it creates a dbm file if none is there, so it always returns true :/ i'm trying to learn how to use AnyDBM and tie-ing the hash to a file. any pointers

  • Comment on Re: Re: dbmopen - if db file do this else do that