loveperl0721 has asked for the wisdom of the Perl Monks concerning the following question:
When go to compile this code, the perl interpreter opens a dialog box and complains that it cannot find perl58.dll. It is the last line of the source code which triggers the perl interpreter error. I used PPM with perl 5.10 repositories and installed Log::Dispatch 0.27, 0.26 and 0.20 and all three version fail perl compilation the same way. I checked that my Win/XP environment did not have anything funky in it. I even uninstalled parrot just to eliminate that possibility. Thanksuse strict; use warnings; use File::Basename; use File::Find; use Getopt::Long; use Log::Dispatch; use Log::Dispatch::Handle;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: not found perl58.dll
by Anonymous Monk on Nov 19, 2010 at 17:10 UTC | |
by loveperl0721 (Novice) on Nov 20, 2010 at 17:21 UTC |