Help for this page
cd /path/to/script ./myperlscript foo bar rat quux . ./newvar.sh ./myotherscript
#! /usr/local/bin/perl ... print OUT "#! /bin/sh\n"; print OUT "export $_=$new_env{$_}\n" for keys %new_env; close OUT;