I have used the repository to install the full version of the Image::Magick module (containing the dlls). I am using ActiveState Perl 5.8.1.807 as you suggested NOT to....is this the reason that the module doesn't appear to be working well?
"No matter where you go, there you are."
Jeff Pflueger - Struggling Perl knowledge sponge
> is this the reason that the module doesn't appear to be working well?
I think so. AS Perl 807 is Perl 5.8.1 that is not fully binary compatible with Perl 5.8.0. You need to recompile the modules thas use XS (with AS Perl usually with MS Visual C++).