in reply to Re: How do I generate a sequential string?
in thread How do I generate a sequential string?

I ran this code, and my CPU usage jumped to 80% on my dual processor P3. Perl was using 40% on processor and my anti-virus program kicked in and was using 40% on the other. When I killed the perl script, the anti-virus program stopped. I though that was curious...
  • Comment on Re:Interesting anti-virus reaction to this code.