Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

deferencing an hash in a subroutine

by saintex (Scribe)
on Aug 20, 2010 at 14:59 UTC ( [id://856292]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub test {
    
    ...
       }
    
    }
    
  2. or download this
    
    sub test {
    ...
    
    }
    
  3. or download this
    
    Type of arg 1 to each must be hash (not anonymous hash ({}))  near "} 
    +)
    
  4. or download this
    my $dbh;
    
    ...
    $select[0]=['SELECT * FROM emails WHERE `email`=?'];
    $select[1]=['SELECT * FROM emails AS e RIGHT JOIN bounces AS b  ON e.`
    +emails_id`=b.`emails_id` WHERE e.`email`=? AND b.`email_date`=FROM_UN
    +IXTIME(?) '];
    
  5. or download this
    
    
    ...
    
    }
    
  6. or download this
    
    &connection;
    ...
    
    &end_connection;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (10)
As of 2024-04-23 08:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found