Help for this page

Select Code to Download


  1. or download this
    use utf8;
    package Test::Schema::Result::MyTable;
    ...
    __PACKAGE__->set_primary_key("id");
    
    1;
    
  2. or download this
    use utf8;
    package Test::Schema;
    ...
    __PACKAGE__->load_namespaces;
    
    1;
    
  3. or download this
    use strict;
    use warnings;
    ...
    say $obj->extra_attr;
    
    __END__
    
  4. or download this
    bar
    hello, world