sub is_tested { return FALSE; } #### if( is_tested() ) { print "is tested.\n"; }