Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

using function output ananymous array vs. named array in foreach

by ISAI student (Scribe)
on Dec 26, 2012 at 10:42 UTC ( [id://1010354]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @lines=foo('bar');
    foreach my $line (@lines) {
     $a.=chomp $line ;
     $b*= getVa($line);# a parsing function
    }
    
  2. or download this
    foreach my $line ( foo('bar') ) {
     $a.=chomp $line ;
     $b*= getVa($line);#a parsing function
    
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1010354]
Approved by NetWallah
Front-paged by NetWallah
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-03-28 18:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found