in reply to Re: Re: how can I speed up this perl??
in thread how can I speed up this perl??

Do you know what a hash is?

Abigail

Replies are listed 'Best First'.
Re: Re: how can I speed up this perl??
by Anonymous Monk on Nov 24, 2003 at 11:39 UTC
    yes! bur I tried this: and i just get a list of 1's: 11111111111111 I dont get the actual count
    $tt = $freq{tt}; print " tt $tt\n";
      Without seeing the code, it's hard to say what's wrong.

      Abigail