hi,
iam fairly new at unix.what iam trying to do is iam running a perl script through crontab.the problem is iam getting an error message on my mail.
this is the crontab file:
24 16 22 1 * perl /rishi/s-branch/perl1/perl/filecomp.pl
this is the content of my perl file
#!usr/local/bin/perl
@comp=`diff -r -s /tpf106/data2/cis_web/cis3/cis3.11/work/rishi/s-branch/perl1 /tpf106/data2/cis_web/cis3/cis3.11/work/rishi/s
-branch/doc>file1.txt`;
@text=`grep -n "Only in /tpf106" file1.txt>only.txt`;
@show=`cat only.txt`;
print @show;