Help for this page

Select Code to Download


  1. or download this
    $SQLBuy = $dbh_metro->prepare(<<"EndOfSQL");
        SELECT *
        FROM BuyersSellers
    ...
        }
    }
    
  2. or download this
    push @BuySellHashref, { %{$hash_ref} };
  3. or download this
          Currently, a new hash reference is returned for each row. This
          will change in the future to return the same hash ref each time,
          so don't rely on the current behaviour.