Help for this page

Select Code to Download


  1. or download this
    my $t = HTML::Template->new(filename => $file);
    
  2. or download this
    my $dbh = DBI->connect;
    my $sql = SQL::Serialized->new(directory => './sql');
    
    my $sth = $dbh->prepare_cached($sql->big_query);
    $sth->execute(@place_held);