http://qs321.pair.com?node_id=1000836


in reply to Re^2: Bailing out when testing
in thread Bailing out when testing

If you only want to do this occasionally, why not pipe the output to 'head'?

for(split(" ","tsuJ rehtonA lreP rekcaH")){print reverse . " "}print "\b.\n";

Replies are listed 'Best First'.
Re^4: Bailing out when testing
by sedusedan (Monk) on Nov 06, 2012 at 17:45 UTC

    Because the diagnostic of the first failed test might take many lines.

    Anyway, McDarren's links give the necessary background information about issues in adding the requested feature. Perhaps I'll use Test::Most.