http://qs1969.pair.com?node_id=57952

SilverB1rd has asked for the wisdom of the Perl Monks concerning the following question:

$temp = "$ENV{'QUERY_STRING'}"; $temp =~ tr/\/A-Za-z0-9_.-//dc; $temp =~ s/\/\.\.//g;
How do I untaint $temp?