Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^3: using function output ananymous array vs. named array in foreach

by BrowserUk (Patriarch)
on Dec 27, 2012 at 09:54 UTC ( [id://1010477]=note: print w/replies, xml ) Need Help??


in reply to Re^2: using function output ananymous array vs. named array in foreach
in thread using function output ananymous array vs. named array in foreach

for the sake of simplicity, brevity (and less duration of memory footprint), I'll use the anonymous array method.

Neither of your OP snippets uses an anonymous array.

Your function returns a list, which you either: assign to an array which you then process using for; or you process the list directly with for.

But yes, there is no purpose to assigning to the array, unless you needed to retain the returned values beyond the loop.


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
  • Comment on Re^3: using function output ananymous array vs. named array in foreach

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (7)
As of 2024-04-23 20:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found