in reply to Re^2: WWW-LEO, why is my code "crashing"
in thread WWW-LEO, why is my code "crashing"

You don't show any new code, so I can't comment on why the numbers don't change. Most likely, you didn't implement any of my suggestions.

  • Comment on Re^3: WWW-LEO, why is my code "crashing"

Replies are listed 'Best First'.
Re^4: WWW-LEO, why is my code "crashing"
by metalfan (Novice) on Dec 29, 2005 at 20:56 UTC
    ive used your first example:
    Instead of

    my @file = <INFO>; foreach my $entry (@file) { ... }; use foreach my $entry (<INFO>) { ... };