Help for this page

Select Code to Download


  1. or download this
     
      my $sClassScoresQuery = qq/SELECT ? FROM $exportDb->{pagesTable} WHE
    +RE id=?/;
      my $stPageClassScores = $exportDb->{dbh}->prepare($sClassScoresQuery
    +);
    ...
      #some other stuff happens here...
    }
    
  2. or download this
    bind_param(1, $classColumnName);
    bind_param(2, $id)