print 'not ' unless($foo == 42); print 'ok '.$test++."\n"; #### ok($foo == 42);