in reply to Re: Detecting running from cron?
in thread Detecting running from cron?
Best to set a variable in the crontab file, as mentioned below.perl -e 'print "foo\n" if exists $ENV{_};'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Detecting running from cron?
by tadman (Prior) on Jan 23, 2001 at 23:33 UTC |