From de25c15ca4b5e32ffe5c88a02c85176e73f52d02 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 7 Jan 2003 09:35:34 +0000 Subject: fix stupid find example --- MDK/Common/Func.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1