- or download this
my @transactions;
...
return @transactions;
- or download this
print " <td style='background-color:#f0f0f0;' ><b>$transaction->{'Act
+ion_date'}</b></td>";
- or download this
my @trans_array = ();
my @trans_array = &Cpt::transactions_summary( $current_user );
...
print "</tr>";
}