diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-27 16:52:54 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-27 16:52:54 +0000 |
commit | 3a4b19e44cf4e74b7a6a58fed36ba3ca9cafc864 (patch) | |
tree | 06876cea0f2afbd1cc3015160d103665323c3659 /pod/perlfunc.pod | |
parent | 26fb8f1f48b6245e35b6b73b7e98bbb26aab4dc6 (diff) | |
download | perl-3a4b19e44cf4e74b7a6a58fed36ba3ca9cafc864.tar.gz |
remove outdated info about csh and glob(); glob() need not fail
when tainting anymore if using internal globbing
p4raw-id: //depot/perl@5286
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r-- | pod/perlfunc.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 525d26ef7a..de7abdc01d 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -1937,6 +1937,9 @@ implementing the C<E<lt>*.cE<gt>> operator, but you can use it directly. If EXPR is omitted, C<$_> is used. The C<E<lt>*.cE<gt>> operator is discussed in more detail in L<perlop/"I/O Operators">. +Beginning with v5.6.0, this operator is implemented using the standard +C<File::Glob> extension. See L<File::Glob> for details. + =item gmtime EXPR Converts a time as returned by the time function to a 9-element list |