Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Catalyst Models Definitive Guide

by Your Mother (Archbishop)
on Jan 20, 2022 at 12:46 UTC ( [id://11140644]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use base 'DBIx::Class::ResultSet';
    
    sub listall {
    ...
      my @people = $self->all();
      return \@people;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11140644]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-16 20:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found