Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: [RFC] Review of module code and POD

by GrandFather (Saint)
on Apr 01, 2021 at 00:05 UTC ( [id://11130651]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        return $self->{'dbh'}->selectrow_array("SELECT COUNT(*) FROM $Bod:
    +:Variables::M_Table WHERE $Bod::Variables::C_Table_id$Bod::Variables:
    +:C_Table = ?, $Bod::Variables::B_Table_id$Bod::Variables::B_Table = ?
    + AND Permission_idPermission = ? AND date > NOW() - INTERVAL 2 SECOND
    +", undef, $contact, $business, $permission);
    
  2. or download this
        return $self->{'dbh'}->selectrow_array(
            "SELECT COUNT(*) 
    ...
                    AND date > NOW() - INTERVAL 2 SECOND",
            undef, $contact, $business, $permission
            );
    
  3. or download this
        my %fields = (
            firstname => 'John',
    ...
    
        $crm->add(firstname => 'John', lastname => 'Smith', pri_email => '
    +john@xxxx.com');
        my @contacts = $crm->find(firstname => 'John');
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-18 13:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found