RE: Problems with DBD::mysql

2001-11-30 Thread Matthew Walkup
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

RE: Problems with DBD::mysql

2001-11-30 Thread Matthew Walkup
. 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

RE: Globals in Subroutines (OOPS)

2001-11-29 Thread Matthew Walkup
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

RE: Globals in Subroutines (OOPS)

2001-11-29 Thread Matthew Walkup
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};

Globals in Subroutines

2001-11-29 Thread Matthew Walkup
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