Help for this page

Select Code to Download


  1. or download this
    use_ok('Hooble::mooble::yooble');
    require_ok('ALL::YOUR::BASE::ARE::BELONG::TO::US::wibble');
    
  2. or download this
    SKIP: {
        skip $Why, 2 
    ...
        ok( $pig->altitude > 0,         'Pig is airborne' );
        ok( $pig->airspeed > 0,         '  and moving'    );
    }