Hi,
Does anyone know of a perl script to generate PIX firewall logs ?
-Kamal
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thanks for the help. I am not sure why I did not read that one in the docs.
I looked at it. Brain sleeps zzz
--
Dan
-Original Message-
From: lyndon rickards [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 08, 2004 5:34 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: N
Title: RE: A little help with looping and LWP
Jeremy,
I'm not sure how many levels deep you want to go, or whether you want to limit your
spider to certain domains, but the best way to write such code is with recursion. In
other words, put the code that fetches and parses a single page into
Look up "autovivification":
http://www.google.com/search?hl=en&lr=&ie=ISO-8859-1&q=perl+autovivification
&btnG=Search
Just part of the power of Perl.
--
Mike Arms
> -Original Message-
> From: Matt Bazan [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 08, 2004 4:51 PM
> To: [EMAIL PRO
> I don't understand this line:
$ips{$source_ip}->{$dest_ip}++;
> how can you access and increment something that doesnt exist?
Fancy name: autovivification - perl, w/ your best interests at heart
(generally) knows what you want to do, so it automagically creates the
source_ip hash entry (if
You want Win32::ODBC rather than OLE.
Kind regards,
Mark Anderson
SMS Deployment
The Royal Bank of Scotland
113 Dundas Street, Edinburgh, EH3 5DE
http://www.manufacturing.rbs.co.uk/GTrswi/
> -Original Message-
> From: Schichmanter, EithanX [SMTP:[EMAIL PROTECTED]
> Sent: Tuesday, June
Hello all,
I need to use a remote Access DB to get some values off a table. I
looked in the Win32::OLE documentation, but all the examples talk Excel.
Anyone has an example that uses an .mdb file to access a table and get
data from it?
I need to read the data only, I won't need to change and writ