Help for this page

Select Code to Download


  1. or download this
    sub equals {
        my ($val1,$val2) = @_;
    ...
            return $val1 eq $val2;
        }
    }