Help for this page

Select Code to Download


  1. or download this
    sub is_tested {
        return FALSE;
    }
    
  2. or download this
      if( is_tested() ) {
         print "is tested.\n";
      }