locked_user satishkambam has asked for the wisdom of the Perl Monks concerning the following question:
-----open(IN,"/home/kiran/results_path.txt"); @fi=<IN>; foreach $script (@fi) { system($script); } close IN;
using crontab iam planning to run that file . can you please help me on this ?56 10 * * * results.pl
Error : /usr/bin/env: No such file or directory
Replies are listed 'Best First'. | |
---|---|
Re: I have some problem with Crontab
by Anonymous Monk on Nov 15, 2011 at 09:07 UTC | |
by locked_user satishkambam (Initiate) on Nov 15, 2011 at 09:34 UTC | |
by Anonymous Monk on Nov 15, 2011 at 09:41 UTC | |
by locked_user satishkambam (Initiate) on Nov 15, 2011 at 10:10 UTC | |
by Anonymous Monk on Nov 15, 2011 at 10:26 UTC | |
Re: I have some problem with Crontab
by reisinge (Hermit) on Nov 15, 2011 at 20:59 UTC |