in reply to Can't locate object method "new" via package "Image::Magik"

You have a typo:use Image::Magick; followed by:my $im = Image::Magik->new(); Notice the missing "c" in "Magick". I'm guessing it's not just a copy-and-paste thing.

Replies are listed 'Best First'.
Re: Re: Can't locate object method "new" via package "Image::Magik"
by Anonymous Monk on Nov 07, 2002 at 19:29 UTC
    Well that's 2 times today I fell stupid. Obviously my brain does not want to read today.
    Thanks for your help