Re: Fw: perl help

2003-03-27 Thread Kenzo
- Original Message - From: "Nikolay Y. Orlyuk" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 27, 2003 8:57 AM Subject: Re: Fw: perl help > On Thu, Mar 27, 2003 at 08:45:15AM -0600, Kenzo wrote: > > Bounced > > try again. > >

Re: Fw: perl help

2003-03-27 Thread Nikolay Y. Orlyuk
On Thu, Mar 27, 2003 at 08:45:15AM -0600, Kenzo wrote: > Bounced > try again. > > - Original Message - > From: "Kenzo" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, March 27, 2003 8:28 AM > Subject: Re: perl help >

Fw: perl help

2003-03-27 Thread Kenzo
Bounced try again. - Original Message - From: "Kenzo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 27, 2003 8:28 AM Subject: Re: perl help > This works great. > now I just realized something else. > What if I wanted to show and count e

Re: perl help

2003-03-27 Thread David Landgren
Kenzo wrote: [resend. I sent this yesterday but it doesn't appear to have turned up on the list.] I don't know how to write anything in perl and will eventually learn it. but I was wondering if anyone would help write a quick perl script for me. You really ought to try a different forum. Perl M

Re: perl help

2003-03-26 Thread Steve Willoughby
> In the last episode (Mar 27), Giorgos Keramidas said: > > On 2003-03-26 14:18, Kenzo <[EMAIL PROTECTED]> wrote: > > You don't need Perl for that. Here's a small trick: > > grep 'this' file | wc -l > > grep 'that' file | wc -l > Even better: > grep -c 'this' file > grep -c 'th

Re: perl help

2003-03-26 Thread Dan Nelson
In the last episode (Mar 27), Giorgos Keramidas said: > On 2003-03-26 14:18, Kenzo <[EMAIL PROTECTED]> wrote: > > Basically I want the script to look thru a file for certain words > > and cound how many times it finds the word that comes after. I have > > a log file that keeps track of E-mail attac

Re: perl help

2003-03-26 Thread Giorgos Keramidas
On 2003-03-26 14:18, Kenzo <[EMAIL PROTECTED]> wrote: > I don't know how to write anything in perl and will eventually learn it. > but I was wondering if anyone would help write a quick perl script for me. > > Basically I want the script to look thru a file for certain words and cound > how many ti

perl help

2003-03-26 Thread Kenzo
I don't know how to write anything in perl and will eventually learn it. but I was wondering if anyone would help write a quick perl script for me. Basically I want the script to look thru a file for certain words and cound how many times it finds the word that comes after. I have a log file that