in reply to Re^2: loop by line on a file
in thread loop by line on a file

Maybe he should start out with "local $/ = ',';", or better yet: "use Text::CSV;".


Dave