Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
       print "string match\n" if ( $compare eq 0 );
       print "number match\n" if ( $compare == 0 );
    }