http://qs321.pair.com?node_id=751634

edatawiz has asked for the wisdom of the Perl Monks concerning the following question:

Hi ! I am trying to compile an exe file using pp which has IP::Country::Fast libary usage. The .pl script works fine but when I run the .exe it ends up with an error: E:\xxx\test>findlinks.exe couldn't read country database: No such file or directory at IP/Country/Fast.pm line 36. Compilation failed in require at script/findlinks.pl line 9. BEGIN failed--compilation aborted at script/findlinks.pl line 9. How do I resolve this ?