Help for this page

Select Code to Download


  1. or download this
        $sth = $dbh -> prepare (qq~select ? from FanRatings where Title = 
    +?~) or die $DBI::errstr;
        $sth -> execute ($rating, $filename) or die $DBI::errstr;
        @OldRating = $sth -> fetchrow_array;
    
  2. or download this
    #!/user/perl
    use CGI q~:standard~;
    use CGI::Cookie;
    ...
                             );
    }
    $dbh -> disconnect;