Help for this page

Select Code to Download


  1. or download this
    # in SMU::Bubba
    __PACKAGE__->has_many( hubbas => 'SMU::Hubba' );
    
  2. or download this
    # in SMU::Hubba
    __PACKAGE__->belongs_to( bubba => 'SMU::Bubba' );
    
  3. or download this
    my $hubba = $bubba->bubbas->find($id);
    
  4. or download this
    $hubba->bubba