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 |