in reply to Re^2: dynamically built form getting data parameters
in thread dynamically built form getting data parameters

You might find this helpful..Re: Pushing rows of data into array. Some examples of Array of Array and how to access them.

Hope that helps.

Also, you may find DBD::CSV of use. It is possible access a CSV file with SQL statements. Doesn't require and DB admin as the "database" is just a CSV file.

  • Comment on Re^3: dynamically built form getting data parameters