Hi,
is there anyway I can check what kind perl modules are loaded in my server?
I am looking forward to a favorable reply from you. Thank you.
Yahoo! Mail Mobile
Take Yahoo! Mail with you! Check email on your mobile phone.___
ActivePerl mailing list
Ac
Hi,
I am looking for the time::format module. I found one from CPAN and downloaded. I extracted and I found it is error. Can someone tell me where other places that have time::format worked to download?
I am looking forward to a favorable reply from you. Thank you.
Yahoo! Mail
Stay connected,
Thanks Brian and Vitor,
I ended up using the HandleError route and that seems to work well. Using a
connection string like:
$dbh = DBI->connect("$dsn","$dbuser","$dpassword",
{RaiseError=>0,
PrintError=>0,
AutoCommit=>1,
On 5/18/05, $Bill Luebkert <[EMAIL PROTECTED]> wrote:
>
> Even with the goto's, you could just verify that the state vrbl
> was legit (using a hash) and then just do the goto without all
> the rest of the junk.
>
> if (exists $hash{$state}) {
> goto $state;
> } else {
> error
> }
Bill - compuserve wrote:
> Hi All,
>
> I'm using DBI and am currently trying to set up an error logging
> system to catch DBI errors. I'd like to use the automatic error
> trapping provided by DBI so I'm using a connection call like this:
>
> $dbh = DBI->connect("$dsn","$dbuser","$dpassword",
>
eval could be an option :
eval { block that executes somethign with DBI }
if ($@) {
send email here.
}
-Mensagem original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] nome de Bill -
compuserve
Enviada em: quinta-feira, 19 de maio de 2005 11:19
Para: activeperl mailing list
As
Hi All,
I'm using DBI and am currently trying to set up an error logging system to
catch DBI errors. I'd like to use the automatic error trapping provided by
DBI so I'm using a connection call like this:
$dbh = DBI->connect("$dsn","$dbuser","$dpassword",
{RaiseError=>1,
michel van berkel wrote:
> Dear gurus,
>
> I know this is a piece of cake for you, but I am new to Perl so here
> is my question.
> I have two files, one is the result of my FTP (files present on the
> server) and the other one my local list of files I have already
> treated.
>
> I thought it
michel van berkel wrote:
> Dear gurus,
>
> I know this is a piece of cake for you, but I am new to Perl so here is my
> question.
> I have two files, one is the result of my FTP (files present on the server)
> and the other one my local list of files I have already treated.
>
> I thought it wa
Dear gurus,
I know this is a piece of cake for you, but I am new to Perl so here is my
question.
I have two files, one is the result of my FTP (files present on the server) and
the other one my local list of files I have already treated.
I thought it was easy, so I read the treated files into a
10 matches
Mail list logo