http://www.perlmonks.org?node_id=938105

satishkambam has asked for the wisdom of the Perl Monks concerning the following question:

Hi Iam using crontab . Here is my small code ..perl file name is : results.pl
open(IN,"/home/kiran/results_path.txt"); @fi=<IN>; foreach $script (@fi) { system($script); } close IN;
-----
56 10 * * * results.pl
using crontab iam planning to run that file . can you please help me on this ?
Error : /usr/bin/env: No such file or directory