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

system("sh", "scriptname");

Originally posted as a Categorized Answer.