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


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.