Help for this page

Select Code to Download


  1. or download this
    bind_columns called with 2 refs when 3 needed. at /usr/local/lib/perl5
    +/site_perl/5.8.7/mach/DBI.pm line 1794.
    
  2. or download this
    my $sql = "SELECT UID, MONTHNAME(PostDate), YEAR(PostDate) FROM news O
    +RDER BY PostDate DESC";
    my $sth = $dbh->prepare($sql) ||
    ...
    $sth->execute ||
            die "Error executing: $DBI::errstr";
    $rv = $sth->bind_columns($UIDholder, $indexmonths, $indexyears);