in reply to How to run a shell script from a Perl program?

Ummm, what about this instead? (It worked for me when the other did not.)
system("./script.sh");

Originally posted as a Categorized Answer.