2009/12/9 Anush <anushajl...@gmail.com>:
> Hi all, i have a problem with the break statement, in my program the
> break is not working, that is the control would not breaks from the
> loop. Please help me.

Can you give an example of your problem? What is your code? What did
it do? What did you expect it to do?

Perhaps break doesn't do what you think it does. Have you looked at
perldoc -f break?

Maybe last is what you meant instead? Type "perldoc -f last" to get
its description, or google "perldoc last".

Philip

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to