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");
In Section
Seekers of Perl Wisdom