in reply to How to run a shell script from a Perl program?
use warnings; use strict; system 'abc.sh'; [download]