http://www.perlmonks.org?node_id=1041026


in reply to Re^2: Getting information about a remote file via SSH: how to escape the filename
in thread Getting information about a remote file via SSH: how to escape the filename

$remotefile=qq[foo"; rm -Rf /; echo "bar]

You'd better untaint your variables, Monk!

Cheers, Sören

(hooked on the Perl Programming language)