libtainting-perl

Perl pragma to enable taint mode lexically
  https://metacpan.org/release/tainting
  0
  no reviews



Tainting provides a simpler interface to taint::runtime. the idea is so that there is no functions or variables to import. just use or no, like warnings or strict. tainting of %env will be done one time automatically the first time this module is used.

please (please) read taint::runtime's documentation first about the pro's and con's of enabling/disabling tainting at runtime. use -t if you can.