Alden Meneses wrote:
so i have a text file that looks like this

10/04/2004 UPL TZOO CME CRDN WIBC PETD SMF
10/11/2004 UPL TZOO CME WIBC PETD VNBC AMED

anyway each line has 1 date field and 100 stock symbols and they
are in order. I am trying to compare the different lines to see
what has changed.

Use the split() function to get the lines in an array each. See the FAQ ("perldoc -q intersection") for a tip how to compare them.

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to