in reply to Undefined Subroutine error
Have you looked at line 34?
$csv-fields(); [download]
What is that line supposed to do?
Maybe you wanted to do something else there? Maybe you want to call the ->fields method on $csv? Maybe try
$csv->fields(); [download]