Re: next in foreach loop

2010-08-12 Thread Chas. Owens
On Aug 12, 2010, at 19:08, Kryten wrote: > Hi, > > Complete newbie. > > Is there any way to use "next" from within a foreach loop? > > All the examples I have seen/read use a while loop to demo. Yes, next will work on for/foreach, while, and until loops. So you can say for my $num (1 .. 10)

Re: next in foreach loop

2010-08-12 Thread Jeff Pang
2010/8/13 Kryten : > Hi, > > Complete newbie. > > Is there any way to use "next" from within a foreach loop? > Sure. $ perl -le ' > for (1..10) { > next if $_ == 5; > print; > } ' 1 2 3 4 6 7 8 9 10 -- Jeff Pang http://home.arcor.de/pangj/ -- To unsubscribe, e-mail: beginners-unsubsc

next in foreach loop

2010-08-12 Thread Kryten
Hi, Complete newbie. Is there any way to use "next" from within a foreach loop? All the examples I have seen/read use a while loop to demo. Thanks, Stuart -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: GOODBYE from beginners@perl.org

2010-08-12 Thread tom arnall
On Thursday 12 August 2010 22:14:56 beginners-h...@perl.org wrote: > Hi! This is the ezmlm program. I'm managing the > beginners@perl.org mailing list. > > I'm working for my owner, who can be reached > at beginners-ow...@perl.org. > > Acknowledgment: I have removed the address > >kloro2...@