Hi !
My perlscript uses the Image::Size module.
It works fine if it is installed, but if not I get a compilation error msg.
How can I test with perl if it is installed on my system ?
Is there something like 
if ( -e Image::Size ) { use Image::Size ;}
        else { print(" module not installed");}

Dennis


icq: #28395132

---------------------------------------
This message was sent by Postaci Webmail. See www.trlinux.com for details.


Reply via email to