Testing (cont)
Skip this script on this platform
eval { require '????' };
if($@) {
print "1..0\n";
exit;
}
Debug messages:
print STDERR "Got $x expected $y\n";
push the boundaries!