I am reading a book called perl for dummies. It has a section on databases.
The example it shows using the following command.
dbmopen(HANDLE, filelocation, 0600);
I have written a program which works fine on my web site but not on my personal pc. On my website it creates a .db file and when ran on my own machine the same program generates a .dir and a .pag
Any ideas why. I am have tried installing perl 5.6 and in desperation loaded 5.8. Still no difference
The example it shows using the following command.
dbmopen(HANDLE, filelocation, 0600);
I have written a program which works fine on my web site but not on my personal pc. On my website it creates a .db file and when ran on my own machine the same program generates a .dir and a .pag
Any ideas why. I am have tried installing perl 5.6 and in desperation loaded 5.8. Still no difference