in reply to Re^2: -T switch & untaint - how to resolve errors?
in thread -T switch & untaint - how to resolve errors?
my ($untained_file) = $name =~ /^(\w+)$/ or die "bad filename: $na +me"; open (FILE,">c:/apache/htdocs/directory/tmpl/$untained_file.tmpl") +; print FILE $content; close(FILE);
line.print FILE $content;
|
|---|