Help for this page

Select Code to Download


  1. or download this
        Can't call method "bind_columns" without a package or object refer
    +ence at /var/www/cgi-bin/noctracker.pl line 95.
    
  2. or download this
        use DBI;
        $dbh = DBI->connect("DBI:mysql:gds:localhost", "tools", "meep") or
    + die  ("No love for the DBI connect");
    ...
    
        my( $uname, $fname, $fgroup, $dmod, $accts );
        $sth->bind_columns( undef, \$uname, \$fname, \$fgroup, \$dmod, \$a
    +ccts );  # this is line 95