stas 2004/09/09 16:32:20 Modified: src/docs/2.0/api/ModPerl Util.pod Log: when adding new items don't forget to insert them in the sorted way Revision Changes Path 1.17 +31 -26 modperl-docs/src/docs/2.0/api/ModPerl/Util.pod Index: Util.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/ModPerl/Util.pod,v retrieving revision 1.16 retrieving revision 1.17 diff -u -u -r1.16 -r1.17 --- Util.pod 9 Sep 2004 23:30:45 -0000 1.16 +++ Util.pod 9 Sep 2004 23:32:19 -0000 1.17 @@ -135,32 +135,6 @@ -=head2 C<untaint> - -Untaint the variable, by turning its tainted SV flag off (used -internally). - - ModPerl::Util::untaint($tainted_var); - -=over 4 - -=item arg1: C<$tainted_var> (scalar) - -=item ret: no return value - -C<$tainted_var> is untainted. - -=item since: 1.99_12 - -=back - -Do not use this function unless you know what you are doing. To learn -how to properly untaint variables refer to the I<perlsec> manpage. - - - - - =head2 C<unload_package> Unloads a stash from the current Perl interpreter in the safest way @@ -199,6 +173,37 @@ If the stash had a corresponding entry in C<%INC>, it will be removed from there. + + + + + + + + +=head2 C<untaint> + +Untaint the variable, by turning its tainted SV flag off (used +internally). + + ModPerl::Util::untaint($tainted_var); + +=over 4 + +=item arg1: C<$tainted_var> (scalar) + +=item ret: no return value + +C<$tainted_var> is untainted. + +=item since: 1.99_12 + +=back + +Do not use this function unless you know what you are doing. To learn +how to properly untaint variables refer to the I<perlsec> manpage. + +
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]