in reply to
Re: Re: [5.8.0 Note] use Taint or die
in thread
[5.8.0 Note] use Taint or die
It's giving you a false sense of security. You shouldn't use
use Taint;
as your first line after the shebang, you should use
-T
as your first option on the shebang line.
Abigail
Comment on
Re: [5.8.0 Note] use Taint or die
Select
or
Download
Code
In Section
Meditations