diff options
Diffstat (limited to 'MDK/Common/Func.pm')
-rw-r--r-- | MDK/Common/Func.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MDK/Common/Func.pm b/MDK/Common/Func.pm index ab42513..caa5358 100644 --- a/MDK/Common/Func.pm +++ b/MDK/Common/Func.pm @@ -59,7 +59,7 @@ returns the first element where CODE returns true (or returns undef) find { /foo/ } "fo", "fob", "foobar", "foobir" -gives "fob" +gives "foobar" =item any { CODE } LIST |