kleucht has asked for the wisdom of the Perl Monks concerning the following question:
I got the DB_File perl module installed using PPM on the Windows 2000 machine. That worked great. Now without any DB file in the directory when I run my program, it creates the "filename.db" file and manipulates it just fine. But when I copy my original "filename.db" file into it's place ... the one that was actually created on a Linux machine, it tells me it cannot open the file.
I've FTP'd the DB file using both BINARY and ASCII, and both give me the same error.
I've messed with the file permissions on the DB file on the Windows machine and the file that it is giving me an error on has the exact same permissions as the file that the perl script created & modified successfully, so it cannot be a permission problem.
Is there a potential disconnect with the LINUX created file and the windows perl DB_File module? Can the Windows Perl module DB_File open and modify a file that was created on a Linux machine?
Thanks for any help you can give!
Kurt (kleucht)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: DB_FILE from LINUX to Windows
by iburrell (Chaplain) on Oct 14, 2003 at 00:12 UTC | |
by PodMaster (Abbot) on Oct 14, 2003 at 07:45 UTC | |
|
Re: DB_FILE from LINUX to Windows
by tilly (Archbishop) on Oct 14, 2003 at 05:04 UTC | |
by tbone1 (Monsignor) on Oct 14, 2003 at 12:11 UTC |