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

Re: Re: array confusion

by esh (Pilgrim)
on Aug 21, 2003 at 06:25 UTC ( #285369=note: print w/replies, xml ) Need Help??


in reply to Re: array confusion
in thread array confusion

(Please see Update below. I'm not editing out my mistakes, but I don't want to confuse readers.)

I'm going to have to disagree with this statement. As far as I can see from the provided code, they are very close to the same.

Furthermore, I believe that the extra set of parens in your example makes no difference in the functionality. Try this for yourself:

perl -e 'foreach my $i ((1,2,3,4)) { print "$i\n" }'
Update: I'm now going to correct myself. I misread the original code thinking that the loop variable was being used to select the strings that were being replaced. However, the loopvariable is being used to select the strings that are being modified.

Yes! These are different. and I'll expand further, but wanted to get this correction out quickly.

-- Eric Hammond

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others lurking in the Monastery: (1)
As of 2023-06-06 06:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (26 votes). Check out past polls.

    Notices?