Help for this page

Select Code to Download


  1. or download this
    my %IMG_FIELDS = {
         field1 => 'Field1',
    ...
    my $sth = $dbh->prepare($sql) 
         or die "Couldn't prepare: $DBI::errstr\n";
    $sth->execute($mls_id);