*** jsRSS.cgi.org Tue Oct 19 12:01:47 2004 --- jsRSS.cgi Tue Oct 19 12:19:37 2004 *************** *** 102,110 **** my $now = (time); my $checktime = 60 * $check; ! my $last_mod = (stat $file)[9] + $check; ! if(-e $file && ($last_mod + $check) > $now) { open(IN,$file) or die "$!"; @DATA = ; --- 102,110 ---- my $now = (time); my $checktime = 60 * $check; ! my $last_mod = (stat $file)[9]; ! if(-e $file && ($last_mod + $checktime) > $now) { open(IN,$file) or die "$!"; @DATA = ;