Newbie: Move to next entry

2001-11-29 Thread Mark Smith
ve to the next entry after the *, and print that to screen? Any help greatly appreciated. Code as follows. Mark Smith open(READFILE, $log_file) || print "The log file could not be opened",$BR; while() { @data = split( /\n/); foreach $entry (@data) { ($d, $e, $f, $g,

Newbie _ HTTP HEADERS

2001-11-23 Thread Mark Smith
rs it did return are:" Here is the code but I think it may be my server config. Any help greatly appreciated Mark Smith open(COUNTREAD, "counter.dat"); my $data = ; $data++; close(COUNTREAD); open(COUNTWRITE, ">counter.dat"); print COUNTWRITE