Help for this page

Select Code to Download


  1. or download this
    ~$ perl -It/lib -MDBICTest -e '
      DBICTest->init_schema->resultset("Artist")->populate([{
    ...
        }]
      }])
    '
    
  2. or download this
    ~$ DBIC_TRACE_PROFILE=console perl -It/lib -MDBICTest -e '
      my $s = DBICTest->init_schema;
    ...
    INSERT INTO track( cd, position, title ) 
      VALUES( '666', '1', 'eeeh' )
    COMMIT