vikashiiitdm has asked for the wisdom of the Perl Monks concerning the following question:
hello dear monks, i have had been working on a program which requires me to read data from a small file, having certain keys separated by a delimiter on each line , much of like a passwd file in unix, then each key seperated from the delimiters has a specific file to read from...... my task is to seperate the keys at each line and they look into the appropriate file for data and print all the data for each key on the same line together. the actual datbase file is very veyr large and not in sql. please help me out. thanks a lot :vikash kumar
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: reading from a large file and writing to a file
by halfcountplus (Hermit) on Jul 09, 2011 at 13:10 UTC |