Help for this page

Select Code to Download


  1. or download this
                   ---------------------
                   | DBIx::Class::Core |
    ...
    | Table A  | | Table B  | | Table C  | | Table D  | .......
    | update() | | update() | | update() | | update() |
    ------------ ------------ ------------ ------------
    
  2. or download this
    sub update {
      my __PACKAGE__ $self = shift;
    ...
      :
    
    }