Help for this page

Select Code to Download


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