- or download this
package Currency;
use base 'Class::DBI::mysql';
...
__PACKAGE__->set_up_table("currency");
1;
- or download this
<h3>Currencies:</h3>
...
my $row=0;
my $shadetable;
</%init>
- or download this
<h3>Make a new currency entry</h3>
...
}
</%init>