Help for this page

Select Code to Download


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