izotov has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

I try to create a little shell in Perl and I would like to use Term::Shell (with underlying Term::ReadLine) for that. I also must use -T (tainted mode).
It works fine without the -T. When -T is used I get:

Insecure dependency in eval while running with -T switch at /usr/local/lib/perl5/5.10.1/SelfLoader.pm line 73.

What should be done to avoid this?

Thanks!
Izotov

Replies are listed 'Best First'.
Re: tainted Term::Shell
by Anonymous Monk on Dec 03, 2010 at 08:33 UTC