http://qs321.pair.com?node_id=721240


in reply to Re^3: disable functions if module not installed
in thread disable functions if module not installed

Hi again

use Image::Magick; works like a charm, am using it for weeks.

eval { require Image::Magick }; my $is_Magick = $@ ? 0 : 1;

produces out of memory too :(

I have : XP, 2Gb ram, perl 5.10, IM 6.4.4-2, PerlMagick installed with IM installer

Thanls again.

"There is only one good, namely knowledge, and only one evil, namely ignorance." Socrates