Run Perl Code on OSX 10.11.2 Error (Not a directory)

Hey,
I am using Komodo Edit 9 on OSX 10.11.2 and get the following error if I try to run my perl code with Tool -> Run commands… -> %(perl)%F

/bin/sh: /usr/bin/perl/Users/Michael/exercise1.pl: Not a directory

I thought this will just run the current open Code file.
I saved the file under Users/Michael/ex…

Any ideas what I have to change that the programm doesn’t use this path mentioned above?

(If I run the programm with mac’s Terminal it works out fine)

You forgot a space before %F

2 Likes

Thank you. Problem solved. :slight_smile: