[Israel.pm] What is -T ?
Offer Kaye
offer.kaye at gmail.com
Mon Jun 6 06:22:51 PDT 2005
On 6/6/05, Yaron Golan wrote:
> Hi,
> It might be related to the new version of Komodo I installed, but still.
>
> The option of online compilation marks one of the modules I use as:
> Insecure dependency in require while running with -T switch at
> <myscript.pl> line 12.
>
> 1. What is -T?
This is the Perl run-flag for forcing taint checks. Read:
perldoc perlrun (http://perldoc.perl.org/perlrun.html#*-T*)
and
perldoc perlsec (http://perldoc.perl.org/perlsec.html)
> 2. Why when I run perl -wc myscript.pl it is OK?
Because "perl -wc" !~ m/-T/ :)
> 3. What is the cause and how do I solve it?
>
Probably some Komodo setting. Doesn't ActiveState have a mailing list
for Komodo?
HTH,
--
Offer Kaye
More information about the Perl
mailing list