Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    $dbh->func(
      'articles', 'CSV', 'articles.csv', 'ad_catalog'
    );
    
  2. or download this
    Can't locate object method "STORE" via package "DBD::File::db"
    at c:/Perl/site/lib/DBD/File.pm line 275.
    
  3. 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);