Edited by Corion: Added <CODE> tags.
Why would this error be showing in the error log on this call#!/usr/bin/perl -w use CGI qw(:standard); use strict; print header; print start_html("ERROR LOG"); my $logfile = "errort.log"; open(FILEHANDLE ,"$logfile"); my $temp; while (<FILEHANDLE>) { $temp = $temp . $_ . "<br>"; } print "$temp";
In reply to Error/Warnings by pdaggett
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |