I thought this would do it, but I am at stopping point:
#!/usr/bin/perl -wT
my @filesToRemove = map {$_ =~ /^(\w[\w.-]*)/} <*>;
Still getting : 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>