in reply to "return" to break out of a loop
return 1 if grep { $check_type eq $_ } @$enums;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: "return" to break out of a loop
by mscharrer (Hermit) on May 13, 2008 at 14:56 UTC | |
|
Re^2: "return" to break out of a loop
by weedom (Acolyte) on May 13, 2008 at 14:41 UTC |