in reply to Accessing data present in a text file with references...

Show us what you have tried. You seem to have a large number of misunderstandings related to this, but without your code it may not be easy to clear them up.

Remember to use strictures (use strict; use warnings;), show us runable code, show us some sample input (what you have is great) and show us the the results you expect and the results you get.


True laziness is hard work
  • Comment on Re: Accessing data present in a text file with references...

Replies are listed 'Best First'.
Re^2: Accessing data present in a text file with references...
by VGR (Acolyte) on Feb 14, 2010 at 20:47 UTC
    I tried using a reference to the file handle as in i read the file as an array..
    i was not sure how the link up thing works or how the mapping is supposed to be done...
    I have just been fiddling around with this as in trying to read meaningful data from a text file.