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

Re: [Condor-users] Printing $Cluster and $Process in jobmanager script



I tried this

/$(Cluster) and /$(Process)

and output I got was
$(Cluster) and $(Process) instead of the actual ids.

- Neha



On Jan 11, 2007, at 1:33 PM, Condor Digger wrote:

I think you need to use \$ instead of $ only

On 1/11/07, Neha Sharma <neha@xxxxxxxx> wrote:
Hi

I am trying to print the value of cluster and process id of a condor job in the jobmanager script.

However looks like perl is interpreting the $ sign in an unexpected way.

How can I get perl to understand this ?

Thanks
- Neha




_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at either
https://lists.cs.wisc.edu/archive/condor-users/
http://www.opencondor.org/spaces/viewmailarchive.action?key=CONDOR


_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting

The archives can be found at either

- Neha