Jos I. Boumans [Wed, 30 Apr 2003 09:45:16 +0000 (09:45 +0000)]
From: "Jos I.Boumans" <kane@dwim.org>
Message-ID: <
20030430114513165+0200@nntp.perl.org>
p4raw-id: //depot/perl@19426
read and write access. Note also that the occurrence of errors in
rmtree can be determined I<only> by trapping diagnostic messages
using C<$SIG{__WARN__}>; it is not apparent from the return value.
-Therefore, you must be extremely careful about using C<rmtree($foo,$bar,0>
+Therefore, you must be extremely careful about using C<rmtree($foo,$bar,0)>
in situations where security is an issue.
=head1 AUTHORS