Subject: | Magic punctuation variable (false positive) |
Magic punctuation variable used at line 4, column 33. See page 79 of
PBP.
1 #!/usr/bin/perl
2 use strict;
3
4 /^END.*?{(?<c>.*)}/sm and not $+{c} =~ /print_depends/:
See New REGEXP features in Perl 5.10. The $+{c} is valid syntax.