Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

RFC - DBIx::Class::Prototyper

by jZed (Prior)
on Jun 28, 2007 at 01:15 UTC ( [id://623778]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
        INSERT INTO artist VALUES (1,'Michael Jackson');
        INSERT INTO cd     VALUES (1,1,'Thriller');
        INSERT INTO track  VALUES (1,1,'Beat It');
    
  2. or download this
    package DBIx::Class::Prototyper;
    
    ...
    
    Sorry, nothing here yet, move along and enjoy!
    =cut
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://623778]
Approved by GrandFather
Front-paged by planetscape
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (6)
As of 2024-04-18 10:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found