Help for this page
$ perl -MConfig -le'print $Config{sh}' /bin/sh
system('/bin/ksh', '-c', '. /env.ksh ; shellFunction'); # Good system('/bin/ksh -c ". /env.ksh ; shellFunction"'); # Poor