Help for this page

Select Code to Download


  1. or download this
       while (my ($identifier)=$sth->fetchrow_array ) {
    
  2. or download this
       my $sth=$dbh->prepare(qq{
          SELECT name,
    ...
       }
    
       $sth->finish;