Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: how many elements in array?

by tlm (Prior)
on Apr 18, 2005 at 16:54 UTC ( [id://448944]=note: print w/replies, xml ) Need Help??


in reply to Re: how many elements in array?
in thread how many elements in array?

Or simply

my $c = grep defined, @a;

the lowliest monk

Replies are listed 'Best First'.
Re^3: how many elements in array?
by moot (Chaplain) on Apr 18, 2005 at 17:52 UTC
    Ah, yes, or that :/

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (7)
As of 2024-03-28 19:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found