In PERL, I want to store lines read in by a config file. What is the best...

  • Thread starter Thread starter Licursi
  • Start date Start date
L

Licursi

Guest
...storage device, an array? I will be reading in lines such as:

/home/data/myfile1:go_back=2:/home/dat...
/home/data/myfile2:go_back=1:/home/dat...
...

basically each line will have about 3 seperate configuration paramaters that I will parse at a later time. For now, I just need the best storage device to hold these lines. Thanks in advance!
 
Back
Top