Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Perl Daemon Calling a script

by perlology (Initiate)
on Jan 24, 2013 at 01:52 UTC ( [id://1015057]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl Daemon Calling a script
in thread Perl Daemon Calling a script

Understood .. The context in which I work does not allow me to easily to add modules to the system. My technical questions still stand. Are my problems with the script because of the daemon code? The script works well manually from the commandline .....

Replies are listed 'Best First'.
Re^3: Perl Daemon Calling a script
by roboticus (Chancellor) on Jan 24, 2013 at 02:19 UTC

    If it works well from the command line, but is giving you trouble when you execute it in some other way, it's frequently an environmental issue. A couple things to check:

    • Does the account you're running it from have permissions to access/execute everything?
    • Starting an account without using login (such as when running from cron) frequently has a different PATH and other environment variables set up. I typically print a copy of all the %ENV values when debugging problems like this.

    ...roboticus

    When your only tool is a hammer, all problems look like your thumb.

      Pragmatism works very well ... Solved my problems perfectly .. Thank you ...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-24 19:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found