Help for this page

Select Code to Download


  1. 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);
    
  2. or download this
    use strict;