... then in a Perl program (e.g. test.pl in this distribution) my $dbh = SQL::Catalog->db_handle; # optional - get the handle as you please my $sql = SQL::Catalog->lookup('hi_and_low'); my $sth = $dbh->prepare($sql); $sth->execute(55);