[also cc'ed to the beginners-cgi list for everyones benefit]
At 08:00 PM 07/13/2001 -0500, Teresa Raymond <[EMAIL PROTECTED]> wrote:
>Mel, thanks for pointing out the duplicate. I can't use strict
>because I get an error msg, I think it's an older version of Perl -
Thats what "use strict" is
At 10:47 PM 07/12/2001 -0500, Teresa Raymond wrote:
>use Image::Size;
>
> (in between code snipped)
>
>use Image::Size qw{ imgsize };
Why are you use-ing Image::Size twice? The first declaration is enough.
This code seems to work just fine when I run it from my commandline (both
on Win2k and Li
Dear fliptop or others:
I finally had a chance to try out some of the email attachment code
and right know I'm testing the script and receive an error using the
Image::Size module at the line: my ($x, $y, $id) = imgsize($file);
Any help would be appreciated.
#!/usr/local/bin/perl -w
use CGI