Help for this page

Select Code to Download


  1. or download this
    sub compare {
      # We ignore the standalone, opening and closing tags <ph />, <bpt x=
    +"y">, <ept x="z">, <i />
    ...
    
      ("$cString1" eq "$cString2") ? return 1 : return 0;
    }
    
  2. or download this
    if (compare($unit{$x}{string1}, $string2)) {
      # Do some stuff
    }