RE: [luau] MonMotha Firewall question

2003-08-19 Thread Jaymes Schooler
Don't knowthis is the only way I know how to do it -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ben Beeson Sent: Monday, August 18, 2003 7:45 PM To: LUAU mailing list Subject: RE: [luau] MonMotha Firewall question >port 135 is rpc (remote proced

Re: [luau] Perl Frustration!!

2003-08-19 Thread knowtree
On Sun, 17 Aug 2003 16:42:51 -1000 Deven Phillips <[EMAIL PROTECTED]> wrote: > Blech!!! Perl DBI is frustrating in and of itself... The C API is much > cleaner!!! I disagree. I don't know about the C API, but the Perl DBI module makes perfect sense to me. Here is a piece of an equipment databa

Re: [luau] Perl Frustration!!

2003-08-19 Thread Vince Hoang
On Tue, Aug 19, 2003 at 09:34:23PM +, [EMAIL PROTECTED] wrote: > The only thing I grumble about is the way assigning $row[n] > to a variable doesn't support built-in position-independent > data element names. A schema change can trigger a complete > application re-write. Instead of > > @row =

[luau] SANS Question

2003-08-19 Thread Dustin Cross
Aloha, I am trying to find some information about SANS and I can't seem to find what I am looking for. Is it possible to share linux file server space over Fibre Channel? Basically can I put a couple TB of disks in a linux box and a Fibre Channel adapter and then share those disks with other sys

Re: [luau] MonMotha Firewall question

2003-08-19 Thread Ben Beeson
Jaymes, So far so good. I'll watch my logs specifically for this for a few days and see what I can see. So far nothing is there today. I don't know if that means the packets were dropped or if none showed up today... Cheers, and thanks for the hint! Ben

Re: [luau] Perl Frustration!!

2003-08-19 Thread Kevin English
ah, u have to extra lines here.and u forgot the most important one ## start here... use strict ; ## makes people declare variables with 'my' my $sql = "select wkstncpu.sn, ipaddr from wkstncpu where wkstncpu.code = $systemcode;"; my $sth = $dbh->prepare($sql) or die "Cannot prep