Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: mathematical proof

by kyle (Abbot)
on Feb 03, 2009 at 13:15 UTC ( #740981=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for ( grep { filter($_) } @big_array ) {
        # do stuff
    }
    
  2. or download this
    for ( @big_array ) {
        next if ! filter($_);
        # do stuff
    }
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others examining the Monastery: (3)
As of 2023-09-22 07:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?