Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

trs80's scratchpad

by trs80 (Priest)
on Jun 01, 2004 at 22:22 UTC ( [id://358708]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package My::ClassDBI;
    
    ...
    Table::User->has_many( 'pages' , 'Table::Page' => 'user_id' );
    
    1;
    
  2. or download this
    Table::Tablename->columns( Primary => 'primary_key_column_name' );
    
  3. or download this
    Table::User->has_many( 'pages' , 'Table::Page' => 'user_id' );
    
  4. or download this
    # sql for testing
    
    ...
      PRIMARY KEY  (page_id)
    ) TYPE=MyISAM;
    
  5. or download this
    use My::ClassDBI;
    use DBI;
    ...
    print "\nFinished\n";
    
    1;
    
  6. or download this
    =pod
    
    ...
    !;
    
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-16 18:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found