> In my script a simple "use Image::Magick;" results in the following lines
> being added to my error.log everytime the script is called:

Are you using PerlRun or Registry?

> Prototype mismatch: sub
> Apache::ROOT::shapeshifter::system::pm_files_2ecgi::Transparent vs ($;@)
at
> E:/Apache/lib/Exporter.pm line 57.

I'm not sure why this is complaining, but one thing you can do is not import
this function.  You can do a 'use Image::Magick ()' and call it with a full
package name instead.

- Perrin

Reply via email to