Help for this page

Select Code to Download


  1. or download this
    
    for my $artistkey (0..$#is_guest) {
    ...
       $sth->execute($artist_alias[$artistkey], $email[$artistkey], $is_gu
    +est[$artistkey]); 
       
    }
    
  2. or download this
       next if ($sth->rows >= 1) {       
          my $sth = $dbh->prepare("UPDATE artists SET email=? WHERE alias=
    +?");
          $sth->execute($email[$artistkey], $artist_alias[$artistkey]);
       }