Help for this page

Select Code to Download


  1. or download this
    #!c:\perl\bin\perl
    
    ...
    
    print $output1."\t".$output2;
    print "\tNot match" if( $output2 != $output1);