in reply to
execute a perl program
Learn the system, exec and `` (backticks) commands to run a program from a Perl script.
If you are on Windows, also learn the Win32::Process module.
Win32::Process
Then you will be in business.
Comment on
Re: execute a perl program
In Section
Seekers of Perl Wisdom