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

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";

Replies are listed 'Best First'.
Re: how can I speed up this perl??
by Abigail-II (Bishop) on Nov 24, 2003 at 11:45 UTC
    Without seeing the code, it's hard to say what's wrong.

    Abigail