system('/bin/ksh', '-c', '. /env.ksh ; shellFunction'); # Good system('/bin/ksh -c ". /env.ksh ; shellFunction"'); # Poor