modules install ...

2002-04-16 Thread Alain Savio
Hi, I'm using ppm3 on windows to install modules and it works fine, the problem is that the releases I'm looking for aren't available from the 'ActiveState Package Repository' installed after having install activestate. Any idea ??? ______ Alain Sav

syb_err_handler subroutine question

2002-04-12 Thread Alain Savio
"\n"; } $sth = $dbh_dbi->prepare("$sql_stmt"); $dbh_dbi->{syb_err_handler} = \&msg_handler_SYB; $dbh_dbi->{syb_show_sql} = true; $rv = $sth->execute; Normally @_ should get something like: $sql_cmd, $err_number, $severity, $state, $line, $server, $proc, $text_msg