in reply to Calling many perl scripts from one master perl script

Try this.
#fir.pl print "hi how r u"; #sec.pl system("perl fir.pl");

cheers --c