- Original Message -
From: "Sisyphus" <[EMAIL PROTECTED]>
.
.
>
> Those '.al' files are just plain text files, so if you like to upload them
> to the ./Image/Size folder on the server, then everything should work.
>
Ooops ... they need to be installed into the ./auto/Image/Size/ folder.
- Original Message -
From: "Ewen Marshall" <[EMAIL PROTECTED]>
.
.
>
> my($file) = "uploads/some_file.gif.or.jpg";
> use Image::Size;
> my($file_x, $file_y) = imgsize("$file");
>
> This gives me the following error when run on the server:
>
> Can't locate auto/Image/Size/jpegsize.al in @I
Isn't the standard-ish way to do
use lib '/some/path'
or by setting the env var
PERL5LIB='/some/path'
before execution? You can manipulate/download cpan modules to install
in a local (e.g. /home/andy/perl5lib) tree - even a version of the whole
perl shebang, er, kit, if needs be and as long a
Hi Guys,
Is there any way of getting gif or jpg dimensions without using modules like
Image::size or image::magick? My web host (on a linux box) has predefined
modules installed and these 2 modules are not installed. I've tried creating
a folder 'Image' and coping Size.pm into that folder and runn
I am out of the office through January 29, 2007. I will respond to email
and voicemail when I return. If you need immediate assistance, please
contact Janice Albert.
Thank you,
Steve
CONFIDENTIALITY NOTICE: This communication with its contents may contain
confidential and/or legally privileged
Sorry I never replied, I had computer trouble and was sick at the same time.
Ur sure the first thread is doing work? Put in some code in each thread to
print out a status message like "thread 3 idle" and "thread 5 got payload,
working...". Also check the number of queue items with $q->pending. U