- or download this
#!/usr/bin/perl -w
...
print "... jpeg data contains errors ...\n";
}
- or download this
my $rv = Image::TestJPG::testJPG($jpgData, $length);
print "RV: $rv\n";
- or download this
Use of uninitialized value in concatenation (.) or string at ./CCIMGVE
+Rtest.pl line 20.
RV:
- or download this
binmode JPEG;