This works for me. 

Thanks for everyone's remarks and helpful advice.  

-Sarah
-----Original Message-----
From: Paul Johnson [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 12, 2002 6:14 PM
To: Nikola Janceski
Cc: 'Kirby_Sarah'; '[EMAIL PROTECTED]'
Subject: Re: deprewhat?


On Tue, Aug 13, 2002 at 12:06:50AM +0200, Paul Johnson wrote:

> $policyCount = $violations{$vID} =~ tr/\t//;

Oops.  I forgot the + 1.

$policyCount = $violations{$vID} =~ tr/\t// + 1;

Proofreading is so much easier once it's been sent.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to