- or download this
use warnings;
use strict;
...
# Failed test at ...
1..3
# Looks like you failed 1 test of 3.
- or download this
next if /^($RE{num}{real})/ && $1 > $limit;
next if /^(\s\s-\d)/ && $1 > $limit;
- or download this
next if /^\s*($RE{num}{real})/ && $1 > $limit;