Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare(<<SQL);
        SELECT (foo,bar,baz) 
    ...
    my $user = $q->param('user');
    my $position = $q->param('position');
    $sth->execute($user, $position);