Help for this page
Select Code to Download
Select
or
download this
print 'not ' unless($foo == 42); print 'ok '.$test++."\n";
Select
or
download this
ok($foo == 42);