
abuschr
Novice
May 18, 2003, 12:58 AM
Post #1 of 2
(341 views)
|
|
Calling other application from perl program
|
Can't Post
|
|
Is there a way to call an external application from a perl program? In JavaScript I can do something like this: var shell = WScript.CreateObject("WScript.Shell"); shell.Run("Notepad", "7", "TRUE"); Is there a support for such a thing in perl? Thanks!
|