Show quoted text> With Chess-PGN-EPD-0.30, if I run a perl program on linux with just
> this line : use Chess::PGN::EPD;
> , I have the following error:
> Couldn't open db/ECO.stor
>
> But the file exists.
> ls /usr/local/share/perl/5.10.1/Chess/PGN/db
> ECO.stor NIC.stor Opening.stor
I think it is looking for db in the folder where your script is running instead of looking where the module is installed.