Help for this page

Select Code to Download


  1. or download this
        $SQLBuy = $dbh_metro->prepare("SELECT * FROM BuyersSellers WHERE F
    +ileNumber ='".$filenumber."'");
        $rv = $SQLBuy->execute;
    ...
            $SQLPEOPLE->finish;
            undef $SQLPEOPLE;
        }
    
  2. or download this
            foreach $buysell (@BuySellHashref) {
                if (${$buysell}->{BuyerORSeller} =~ /BUYER/i) {
                    print qq|<TR CLASS=$class><TD>$buysell->{PersonID}->{L
    +astName}</TD></TR>|;
                }
            }
    
  3. or download this
    $VAR1 = \{
                'FileNumber' => '01-0001',
    ...
                'BuyerSellerID' => '01-0001Bjoesmith',
                'BuyerORSeller' => 'BUYER'
              };