Help for this page

Select Code to Download


  1. or download this
    # Prepare, execute, and bind to the query
    my $sth = $dbh->prepare("SELECT name,height,width,date FROM mydatabase
    +");
    ...
            $DB{$date} = [$height, $width, $filename];
        }
    }