- or download this
#!/usr/bin/perl
...
$dbh->func(
'articles', 'CSV', 'articles.csv', 'ad_catalog'
);
- or download this
Can't locate object method "STORE" via package "DBD::File::db"
at c:/Perl/site/lib/DBD/File.pm line 275.
- or download this
#line 161
package DBD::File::db; # ====== DATABASE ======
...
# line 275 (the line reported in the error msg)
return $dbh->SUPER::STORE($attrib, $value);