Help for this page

Select Code to Download


  1. or download this
        if ( substr( $_, 0, length($h) ) eq $h )
  2. or download this
      # we put this in a sub so we can short-circuit via return.
      # pass headers to search for;
    ...
        matches_a_header( @headers_to_find )
      } @records;