Guest_imported
New member
- Jan 1, 1970
- 0
I need to know how to make a perl script read a given directory, and search for *.chr files. then open all of them found one by one, get information from each one (theyre in flatfile format) print it on one row of a table, close it, go to the next and print on another row on a table.
I know how to do this if it was one file, but I need to read many files... (they contain member info and each member is a new file not just a new line in a flatfile)
I know how to do this if it was one file, but I need to read many files... (they contain member info and each member is a new file not just a new line in a flatfile)