in reply to Accessing flat files on the mainframe

DBD::AnyData works with many types of flatfiles including CSV, fixed length, XML, etc. If you have LWP installed, DBD::AnyData can use it to access flatfiles through either FTP or HTTP transparently. You just specify the URL of the file when you load the table, then use DBI and SQL on it as though it were a local database table.
  • Comment on Re: Accessing flat files on the mainframe