- 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.
> >
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
>
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
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
> 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
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
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
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