Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    use strict;
    ...
            ok(1, "test not relevant");
        }
    }
    
  2. or download this
    
    #!/usr/local/bin/perl
    ...
            ok(1, "test not relevant");
        }
    }
    
  3. or download this
    1..7
    ok 1 - original file no longer present
    ...
    ok 4 - original file once again present
    # Looks like you planned 7 tests but only ran 4.
    # Looks like your test died just after 4.