Help for this page
use warnings; use strict; ... if ( $xd eq $yd ) { print "Match!\n" } else { die "Mismatch!\n" }