Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Install Beta module via Carton

by chrestomanci (Priest)
on Jan 16, 2015 at 10:06 UTC ( [id://1113473]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    __PACKAGE__->table("classification_rules");
    __PACKAGE__->add_columns(
    ...
    
    __PACKAGE__->set_primary_key("id");
    __PACKAGE__->add_unique_constraint( ['path'] );
    
  2. or download this
    CREATE TABLE `classification_rules` (
      `id` integer NOT NULL auto_increment,
    ...
      PRIMARY KEY (`id`),
      UNIQUE `classification_rules_path` (`path`)
    ) ENGINE=InnoDB;
    

Log In?
Username:
Password:

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

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

    No recent polls found