From d8a75b5a439e75bb458307d35cc1e66f99c4333b Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 16 Jan 2011 14:09:14 -0800 Subject: [PATCH] [perl #81584] recommend Devel::FindAmpersand --- pod/perlvar.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 22c4477..53295f0 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -1067,7 +1067,8 @@ strongly discouraged unless you import it without the match variables: use English '-no_match_vars' -The C module can help you find uses of these +The C and C +modules can help you find uses of these problematic match variables in your code. Since Perl 5.10, you can use the C

match operator flag and the -- 2.7.4