There are two ways of doing this:
1. By using a system call to the executable "C:/Program Files/My Program/program.exe", and using either a system() or back-ticks to execute it, or
2. Using the
Win32::OLE module to launch your application.
To be honest, though, maybe you should have looked through the
Tutorials or even just searched the site?
Hope this helps....