[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Newbie question about Perl programs



> Here's an example of a submit file that doesn't work:
> 
> universe = vanilla
> executable = HeyNow.pl

Have you got
#!/usr/local/bin/perl

As the 1st line of your perl script? (assuming that is where perl lives on
destination machine)

You may also have to set exe bit in HeyNow.pl

JK