hrm, sorry I meant to say the library/dev/include files for MySQL
itself (the Server/Client).
-Matt
-Original Message-
From: Matthew Walkup [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 30, 2001 11:32 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: Problems with DBD
.
Hope it helps,
Matthew Walkup
[EMAIL PROTECTED]
-Original Message-
From: joni [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 30, 2001 11:16 AM
To: [EMAIL PROTECTED]
Subject: Problems with DBD::mysql
Hello,
I hope someone can give me a hand with this...
I'm trying to use DBI to co
Apologies:
I figured it out, some bad code outside the subroutine,
Thanks,
Matt
-Original Message-
From: Matthew Walkup [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 29, 2001 10:44 AM
To: [EMAIL PROTECTED]
Subject: RE: Globals in Subroutines (OOPS)
Some old code that i was
mp($input->{last_line}) if $input->{readnow};
($input->{last_date}, $input->{last_hour},
$input->{last_min}, $input->{last_sec}) = &get_date_time($input->{last_li
ne}) if $input->{readnow};
$input->{readnow}=0 if $input->{readnow};
my (@inputs, @last, $output);
sub prepareandread_inputs {
my $temporary;
push(@inputs, $temporary) while ($temporary = shift);
foreach my $input (@inputs) {
if ($input->{gzip}) {
$input->{handler} = gzopen($input->{full_path}, 'r')
o