Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        "lives_ok test"
    );
    ok(1==1, "checkpoint 3");
    
  2. or download this
    -bash:perl$ perl dieonfail.pl
    1..3
    ...
    # Looks like you planned 3 tests but only ran 1.
    # Looks like you failed 1 test of 1 run.
    # Looks like your test died just after 1.