Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: 'defined' function

by ChOas (Curate)
on Jun 13, 2003 at 10:48 UTC ( [id://265635]=note: print w/replies, xml ) Need Help??


in reply to 'defined' function

Something like this ? :
push @points,grep {defined} @peaks[7,8,9,10,11,12,13];
OR (as you seem to have written:)
push @points,join " ",grep {defined} @peaks[7,8,9,10,11,12,13]

-edit- too late :)
GreetZ!,
    ChOas

print "profeth still\n" if /bird|devil/;

Log In?
Username:
Password:

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

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

    No recent polls found