-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi,
I have a program that works with Linux and want it to be used with W$. It puts a big Hash (~1,500,000 keys) in a db in order to be used by an other program, the same lines in each program to call it: my (%tableville); dbmopen(%tableville,"tablebis",0644) or die($!); the hash looks like $tableville{"80100;ABBEVILLE;MARCADE;CHAUSSEE"}="000;000;002;084;1010"; but I tried with more simple ones ($tab{"toto"}="pipi") and the problem is the same. The problem is the format of the database : it is not the same for Linux and Active Perl... My question is : is there a db format I can use with Linux and Active Perl ? If yes, how can I call it with the tie() function ? (I made some try but I coudn't make it work under W$). I tried a part of my programs under W$, it works, but I would prefer not to calculate a W$ version and a Linux version (and perhaps a Mac version) of the database, that tooks about one hour to calculate with a non graphical terminal (I have no idea how much time it would take under W$, but I'm afraid it would bug before it ends). Sorry if my English is not good, I would accept reply in French ;) Thanks in advance. David -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFD9LWU18/WetbTC/oRAn2gAKCaeg4ZGEYjp5ZFbsnkgEztBQa4kQCcDIxL GYFgn23kYaRRYT4nIzj3J2E= =Gkgg -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>