Help for this page

Select Code to Download


  1. or download this
    my $last_payment = 0;
    if ( ++$payment_count == $numpayments ) { $last_payment = 1 };
    
  2. or download this
    if ( $last_payment == 1 ) {
        print "last record\n";
        print FH "\n";
    }