I just tried that on the command-line, and I'm not getting the warning you're seeing. What version of Perl are you running?
And have you tried alternatives like
my @files = `ls`;


or using opendir/readdir?

Paul

Yesterday, David Gilden wrote:

Last question here,

#!/usr/bin/perl -wT


.... Snip .......

my @filesToRemove = <*>;

The line above is causing:

Insecure dependency in glob while running with -T switch

What can I do still have this functionally and satisfy 'tainting'


Thanks,


Dave

tel: 817-741-2327 fax: 972-916-3451
(kora musician / audiophile / webmaster @ www.coraconnection.com  / Ft. Worth, 
TX, USA)

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




------------------------------------------------- "Welcome to downtown Coolsville--population: us." -------------------------------------------------

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to