in reply to Why doesnt the string returned by $File::Find::name find point to files

Your comments appear to reflect some misconceptions. For example, you say:
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.

  • Comment on Re: Why doesnt the string returned by $File::Find::name find point to files
  • Download Code