my $SQL = "BEGIN SLP_IMPORT.IMPORT2RESULTS; END;"; my $sth = $dbh -> prepare($SQL); $sth -> execute();