in reply to Determine Image Size without Modules

Image::Size is a Pure Perl module.

In order to get it installed without make, remove its dependencies on AUTOLOAD. That process is even described in the README that comes with it.

Or, you can pull the code you're interested it out of the module.

  • Comment on Re: Determine Image Size without Modules

Replies are listed 'Best First'.
Re: Re: Determine Image Size without Modules
by STmindfulORM (Initiate) on Feb 20, 2003 at 20:43 UTC
    bart, duh, thanks so much. I guess I never knew some modules were written in perl. I should have guessed that. I couldn't get it to work by using 'use lib "/path/to/my/local/lib"; but I took your second idea, extracted the code into a .pl file and called it as a require. That solved the project's last outstaning requirement. Thanks so much I bow before the monk gates ;> STmindfulORM www.mindfulinthestorm.org