Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: invoking perl scripts....

by atopolc (Pilgrim)
on May 01, 2002 at 18:48 UTC ( [id://163338]=note: print w/replies, xml ) Need Help??


in reply to invoking perl scripts....

Your scheduler may not allow you to run a perl script with the directive in front,  perl /usr/interfaces/scripts/ccs_rename.pl.My scheduler doesn't

You may be having a permissions issue with the scheduler. To fix this you will need to give the scheduler permission to run your script. This can be accomplished with the unix command chmod. I would do something like  chmod 750 /usr/interfaces/scripts/ccs_rename.pl Then just schedule your script to run directly as '/usr/interfaces/scripts/perl ccs_rename.pl '

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://163338]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-03-29 13:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found