2009/12/9 Anush <[email protected]>: > 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: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
