in reply to Alphabetical order with .txt file

print "Content-type: text/html\n\n"; use CGI; ... print "<td width='40%' align='center'><font color='$color'> @contetnsoffile[$nk]</font></td>"; ...
Is there more to this script? If not, why are you bothering to use CGI;? The first two lines there are especially odd.

Replies are listed 'Best First'.
Re: Re: Alphabetical order with .txt file (boo)
by Jaxonn (Initiate) on Apr 17, 2002 at 22:10 UTC
    the sort is in the actual script, i just forgot to add it in the post, and i just slapped use CGI; on there because it is a CGI script. I am trying your advice right now.. I will get back to you soon