in reply to Trojan Horse? (taint mode)
print "$\{system('echo \"hello\"')}";
Yet fear not so much:
Feed this one the shell command above (a nice variable dereferencing scheme) and it'll print out literally.chomp(my $input = <STDIN>); print "$input\n";
Unless you're doing hazardous things with string eval, you're probably safe.
|
---|