Help for this page

Select Code to Download


  1. or download this
    use Test::More qw(no_plan);
    $\="\n";
    ...
    diag("hi frend");
    use_ok("fake_module");
    print "bye";
    
  2. or download this
    hello world
    ok 1 - hello world
    ...
    # BEGIN failed--compilation aborted at (eval 4) line 2.
    1..3
    # Looks like you failed 2 tests of 3.