http://qs321.pair.com?node_id=16548


in reply to break/continue statements

In perl, this would be done with the last and next commands, which act just like break and continue, respectively. Follow the links for detailed usage of these constructs.