Help for this page
$ perl -e'$ENV{host}="localhost"; system $ARGV[0]' 'echo $host' localhost
$ host=localhost sh -c 'echo $host' localhost