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");
|
---|
Replies are listed 'Best First'. | |
---|---|
A reply falls below the community's threshold of quality. You may see it by logging in. |
In Section
Seekers of Perl Wisdom