Help for this page

Select Code to Download


  1. or download this
    #! perl -sw
    use strict;
    ...
            print "\t\t",!cmpStr($x,$y) ? 'Same' : 'Diff', $/;
        }
    }
    
  2. or download this
    C:\test>test
                      {$^W=0; ($x eq $y)    !cmpStr($x,$y)
    ...
    undef -v- undef :       Same            Same
    
     1:13:29.67 C:\test>