It's available from CPAN. If you have a dedicated server, or the pseudo accounts where you have access to your perl/apache stuff, you can just run
perl -MCPAN -e shell
then enter
install Image::Size
ANd it will do it.
If not, you might have to do it manually, and point to the library. Your ISP may already have it loaded, as it's a good base module for a lot of other modules out there.
PUGDOGŪ
PUGDOGŪ Enterprises, Inc.
FAQ: http://LinkSQL.com/FAQ
perl -MCPAN -e shell
then enter
install Image::Size
ANd it will do it.
If not, you might have to do it manually, and point to the library. Your ISP may already have it loaded, as it's a good base module for a lot of other modules out there.
PUGDOGŪ
PUGDOGŪ Enterprises, Inc.
FAQ: http://LinkSQL.com/FAQ