Help for this page
Select Code to Download
Select
or
download this
sub equals { my ($val1,$val2) = @_; ... return $val1 eq $val2; } }