use Image::Size; my $filename = $query->param('upload_field'); my ($width, $height, $type) = imgsize($filename);