my $t = new Image::Thumbnail( size => 55, create => 1, input => 'test.jpg', outputpath => 'test_t.jpg', ); $t->create; print "Errors : " . $t->{error, "\n"; print "Warnings:" . $t->{warning}, "\n";