I have a perl script and MacOS Classic app (say named './myapp'); I'm on OSX. I need to execute that app from perl script. Running
in the proper directory doesn't work ($@ is 'cannot execute binary file'); typing ./myapp in Terminal produces exactly the same error. 'file ./myapp' prints 'myapp: header for PowerPC PEF executable'. I'm not a Mac pro, could anybody give hints what I should do to run it from perl script?system('./myapp');
Thanks in advance for your answers!
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |