in reply to Re: Re: newbie: DB versus DIR/PAG database files
in thread newbie: DB versus DIR/PAG database files

He needs to tell us more?

I don't think he does. He's moved his .db files to the new machine, but can't open them with dbmopen() because his version of dbmopen() finds that the .pag and .dir files don't exist and creates them. He needs to switch to DB_File to get the dbmopen() call to find and use the .db file.



($_='kkvvttuubbooppuuiiffssqqffssmmiibbddllffss') =~y~b-v~a-z~s; print

Replies are listed 'Best First'.
Re: Re: Re: Re: newbie: DB versus DIR/PAG database files
by kleucht (Beadle) on Sep 30, 2003 at 00:18 UTC
    From original submitter:

    Yeah, I guess I need to install DB_File module and use it. Too bad I don't have administrative permissions on this machine. How can I get ahold of an unzipped version of the file "DB_File.pm"? I cannot install WinZip without Admin permissions.

    Kurt