Help for this page

Select Code to Download


  1. or download this
        my @r; # Results, array refs for each row record
        $text = fetch_that_blob();
    ...
              (.+?)            (?:\s*\n)+
          (?: (\d+ (?:\sPSI)?) (?:\s*\n)+ ){4}
         /push @r, [ $1, $2, $3, $4, $5 ]/esgx;
    
  2. or download this
    Station 1
    50 PSI
    
    ...
    80
    
    96