Re: Newbie: Move to next entry

2001-11-30 Thread Marc-André Landry
> I have delimited the fields in the logfile by ","..and delimited the > last field for each entry with a "*". > > How do I get it to move to the next entry after the *, and print that to > screen? > > open(READFILE, $log_file) || > > print "The log file could not be opened",$BR; > > while() > > {

Newbie: Move to next entry

2001-11-29 Thread Mark Smith
Hi all I am try to get my first guestbook to work. I have got it writing to a file, and retrieving,..but only the first entry in the logfile. I have delimited the fields in the logfile by ","..and delimited the last field for each entry with a "*". How do I get it to move to the next entry a