Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Reusing code for Mysql and Mason Application

by Arunbear (Prior)
on Aug 06, 2004 at 21:30 UTC ( [id://380730]=note: print w/replies, xml ) Need Help??

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>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://380730]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-24 20:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found