How can a launch an application from a Perl script in Mac OS X? I have a script that locates an application and launches it. The script works on Windows, Unix, and Mac OS classic. In each operating system, the script uses a different method of launching the application.
I can't figure out how to do it in Mac OS X. I could probably have it do it using AppleScript (as it does in Mac OS classic), but Perl in OS X uses unix-style paths that won't mean anything to AppleScript. Any ideas? -Tom Sackett