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

system works for me:
use warnings; use strict; system 'abc.sh';