diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-12 10:04:33 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-12 10:04:33 +0000 |
commit | 3ffabb8c74e0e03284558b6100656cb83a8a35fb (patch) | |
tree | c587a1959dc984ae92aa37440d7a873f2f9b295f /ext/re | |
parent | 9036c72f77785d95a636c25783175a110c373cd0 (diff) | |
download | perl-3ffabb8c74e0e03284558b6100656cb83a8a35fb.tar.gz |
merge changes 1424, 1428 from maintbranch
p4raw-id: //depot/perl@1453
Diffstat (limited to 'ext/re')
-rw-r--r-- | ext/re/re.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/re/re.pm b/ext/re/re.pm index a033d97c94..5ec012dee6 100644 --- a/ext/re/re.pm +++ b/ext/re/re.pm @@ -27,6 +27,8 @@ re - Perl pragma to alter regular expression behaviour /^(.*)$/s; # output debugging info # during compile and run time +(We use $^X in these examples because it's tainted by default.) + =head1 DESCRIPTION When C<use re 'taint'> is in effect, and a tainted string is the target |