Help for this page

Select Code to Download


  1. or download this
    my $rx_empty     = qr{ \A \s* \z }xms;  # empty line (or whitespace on
    +ly)
    
  2. or download this
    if ($record =~ $rx_empty) {
            # ignore
            next RECORD
    }