Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: To test empty array in perl

by nagalenoj (Friar)
on Apr 27, 2010 at 04:44 UTC ( [id://837020]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print "Array isn't empty.Array Values:@array\n" if($array[0]);
    
  2. or download this
    # my @array = (0, undef, 1, 2, 3);
    my @array = (undef, undef, 1, 2, 3);
    
    print "Array isn't empty.Array Values:@array\n" if($array[0]);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-26 01:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found