http://qs1969.pair.com?node_id=748064


in reply to Pel script within perl script

hi, Through perl system command you can able to execute a perl script with in a perl programming. eg:
print `perl perlfilename.pl`; (or) system("perl perlfilename.pl");