Help for this page
exec 3> /tmp/out echo 'before exec' >&3 ... cat /tmp/out before exec after exec
export test=`perl -e 'print 'TURE'`
#!/usr/bin/env perl ... # simple demo: system('echo $test'); # prints what