Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Condor-users] Unable to run perl script in Condor
- Date: Mon, 17 Jan 2005 16:26:10 -0500
- From: "Ian Chesal" <ICHESAL@xxxxxxxxxx>
- Subject: RE: [Condor-users] Unable to run perl script in Condor
> That should work, provided that the path to the perl
> executable on the first line of test.pl is valid on all machines.
Try using:
#!/usr/bin/env perl
As the first line of your perl script if you don't have perl installed
in a consistent location across all your machines.
- Ian