RE: Info from flat file

2008-04-28 Thread Rob Benton
lto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2008 1:02 PM To: 'Chas. Owens' Cc: 'Perl Beginners' Subject: RE: Info from flat file Chas, I have a question on this. Will the pattern $/ used considered for other opened files also? I was trying to match the IP with ip-host file an

RE: Info from flat file

2008-04-28 Thread Manoj
:02 PM To: 'Chas. Owens' Cc: 'Perl Beginners' Subject: RE: Info from flat file Chas, I have a question on this. Will the pattern $/ used considered for other opened files also? I was trying to match the IP with ip-host file and considering the whole ip-host text file as single li

Re: Info from flat file

2008-03-25 Thread Chas. Owens
On Tue, Mar 25, 2008 at 3:32 AM, Manoj <[EMAIL PROTECTED]> wrote: > Chas, > > I have a question on this. Will the pattern $/ used considered for other > opened files also? I was trying to match the IP with ip-host file and > considering the whole ip-host text file as single line even though ther

RE: Info from flat file

2008-03-25 Thread Manoj
Message- From: Chas. Owens [mailto:[EMAIL PROTECTED] Sent: Sunday, March 16, 2008 4:06 AM To: Manoj Cc: Perl Beginners Subject: Re: Info from flat file On Fri, Mar 14, 2008 at 3:33 PM, Manoj <[EMAIL PROTECTED]> wrote: > I have a log file like this. The part between += are almost sim

RE: Info from flat file

2008-03-16 Thread Manoj
Thanks Chas. Working on this now...digging as much I can and updating some thing new. -Original Message- From: Chas. Owens [mailto:[EMAIL PROTECTED] Sent: Sunday, March 16, 2008 4:06 AM To: Manoj Cc: Perl Beginners Subject: Re: Info from flat file On Fri, Mar 14, 2008 at 3:33 PM

Re: Info from flat file

2008-03-15 Thread Chas. Owens
On Fri, Mar 14, 2008 at 3:33 PM, Manoj <[EMAIL PROTECTED]> wrote: > I have a log file like this. The part between += are almost similar from > which I need to fetch for IP Address and Connection time only for domain > perl.com. The perl.com domain may scattered in log. The main intension of my >