Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    #    my $len = length($raw);
        if($raw ne $raw2) {print length($raw), " ", length($raw2), " ERROR
    + "}
    }
    
  2. or download this
    use warnings;
    package my_gd;
    ...
    #    print length($raw), " ";
        if($raw ne $raw2) {print "ERROR"}    
    }