Help for this page

Select Code to Download


  1. or download this
    my $client = resultset('Client')
          ->search( { 'client_id' => $id }, { join => ['country'], } )
          ->first;