in reply to Calling many perl scripts from one master perl script
#fir.pl print "hi how r u"; #sec.pl system("perl fir.pl"); [download]
cheers --c