#!/usr/bin/perl use strict; use warnings; use DBI; my $dbh = DBI->connect('dbi:AnyData(RaiseError=>1):'); $dbh->func( 'articles', 'CSV', 'articles.csv', 'ad_catalog' ); #### Can't locate object method "STORE" via package "DBD::File::db" at c:/Perl/site/lib/DBD/File.pm line 275. #### #line 161 package DBD::File::db; # ====== DATABASE ====== # line 241 sub STORE ($$$) { # line 275 (the line reported in the error msg) return $dbh->SUPER::STORE($attrib, $value);