[OT] Perl Question

Benjamin Minshall minshal1@pilot.msu.edu
Mon, 27 Mar 2000 19:53:34 -0500


Greetings:

I'm facing mostly likely a syntax problem with a perl CGI script I'm
writing.  I
need to read individual lines of a text file seperately....example in
pseudo:

While Not EOF
{
     get line from text file;          # Syntax in Perl?
    do HTML FUBARing on text line
     output HTML_STUFF
}

My question is: How can I read lines like this in Perl?  I've got
everything else
covered.  Thanks.

-Ben

--
-------------------

Benjamin Minshall
minshal1@pilot.msu.edu