in reply to Why doesnt the string returned by $File::Find::name find point to files
001: #!/usr/local/bin/perl -w # force taint checks, and print warnings
-w will indeed cause your script to spit out warnings... and it will do NOTHING to check taintedness, a description of data obtained from anything other than a known trustworthy source.
|
|---|