Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

if (defined %hash) deprecated

by raybies (Chaplain)
on Oct 15, 2012 at 16:01 UTC ( [id://999110]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %hash;
    ...
    #check to see if anything's in my hash...
     if (defined %hash) ...
    
  2. or download this
    my %hash;
    ...
    #check to see if anything's in my hash...
     if (%hash) ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (7)
As of 2024-04-24 10:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found