That should clear up your taint problems.use DirHandle; my $dh = new DirHandle('/var/log/accounts/'); while (my $file = $dh->read()) { # do stuff ... }
--
perl: code of the samurai
In reply to Re: Getting To Grips With Taint - And Picking Up Files
by samurai
in thread Getting To Grips With Taint - And Picking Up Files
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |