Help for this page
if ( $control eq $code ) { warn("+++ $name: strings DO match\n"); } if ( $control lt $code ) { warn("+++ $name: control lt code\n"); } if ( $control gt $code ) { warn("+++ $name: control gt code\n"); }
$ perl -Mstrict -Mwarnings -e ' my $code = q{M}; ... M equal M Z more M $