Help for this page

Select Code to Download


  1. or download this
    __PACKAGE__->belongs_to(
      "id_static",
    ...
        on_update     => "CASCADE",
      },
    );
    
  2. or download this
    my $roster_rs = $player_curr_model->search(
        {
    ...
    foreach my $player_curr ( $roster_rs->all ) {
        say $player_curr->team_libl;
    }