Help for this page

Select Code to Download


  1. or download this
    my ($alias, $email, $bid, $time, $add1, $add2, $add3) = &read_bid($bid
    +s[0]);
    
  2. or download this
    my ($alias, $email, $bid, $time, $add1, $add2, $add3) = &read_bid($bid
    +s[1]); ----- what ever number the bidder is
    
  3. or download this
    
    for (my $i = $#bids; $i > 1; $i = 1) {
           my ($alias, $email, $bid, $time, $add1, $add2, $add3) = &read_b
    +id($bids[$i]);
    $time = sort ({ int $a <=> int $b } $time);