diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-15 01:34:53 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-15 01:34:53 +0000 |
commit | 48c036b1eb8f866b948f33704ee6152323a5aad9 (patch) | |
tree | 6e91e012efd9b99283cda0a0e070452f8d41eb8a /pod | |
parent | ee580363108be8ac33155650c6c18d2e5cf051f3 (diff) | |
download | perl-48c036b1eb8f866b948f33704ee6152323a5aad9.tar.gz |
[win32] merge change#905 from maintbranch, minor fixes to get
clean build+test on Solaris
p4raw-link: @905 on //depot/maint-5.004/perl: 15e73149a8419f18d739227762eab108524cec56
p4raw-id: //depot/win32/perl@976
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlop.pod | 1 | ||||
-rw-r--r-- | pod/perlre.pod | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod index 69e4fcb0d9..e4088ec9c4 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -651,6 +651,7 @@ Options are: m Treat string as multiple lines. o Compile pattern only once. s Treat string as single line. + t Taint $1 etc. if target string is tainted. x Use extended regular expressions. If "/" is the delimiter then the initial C<m> is optional. With the C<m> diff --git a/pod/perlre.pod b/pod/perlre.pod index f029cbecc1..68ce4b9bf7 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -395,7 +395,7 @@ Say, matches a chunk of non-parentheses, possibly included in parentheses themselves. -=item C<(?imsx)> +=item C<(?imstx)> One or more embedded pattern-match modifiers. This is particularly useful for patterns that are specified in a table somewhere, some of |