I think I didn't post my question properly. The text file will be having different field values with alon with some headers. A java program will parse the file and create a java object with the same field values and headers, but the position and format may change.
Now I want to check if the java program takes all the values from the text file and puts in the java object. So is there a way that usin Perl i can take the values from the text file in an array or some thing like that.. do the same thing for the java object and do the comparision. I want to check that java program reads the text file , parses all the values and creates a java object with the same value that in the text file. Hope I made it more clear this time. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/