Help for this page

Select Code to Download


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