From 49f2a37bb15f0d87aa132a48d430e75bf86bac28 Mon Sep 17 00:00:00 2001 From: mertz Date: Fri, 20 Sep 2002 16:39:41 +0000 Subject: man slight correction --- Ivy.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Ivy.pm b/Ivy.pm index 4b535e8..34914d6 100644 --- a/Ivy.pm +++ b/Ivy.pm @@ -2013,7 +2013,8 @@ See perlre(1) to find how to write regexps. Use the bracketing construct ( ... ) so that your callback is called with the captured bits of text as parameters. To unbind callback(s) associated to a regexp use bindRegexp with only -one argument, the regexp. +one argument, the regexp. Note that doing the same binding more than +once will induce multiple call of the same callback (this is usually a bug). Example : $ivyobject->bindRegexp("\w+ (\d+)", [\&callback, @cb_parameters]); -- cgit v1.1