in reply to
Using LWP and Image::Size to measure an image...
"Premature end of script headers" happens because of
use strict;
and
$q->("$url is {$x}x{$y}\n"),
You're using $x and $y without declaring them first.
JJ
Comment on
Re: Using LWP and Image::Size to measure an image...
In Section
Seekers of Perl Wisdom