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

somehow the line numbers didn't changed with the new code?
  • Comment on Re^2: WWW-LEO, why is my code "crashing"

Replies are listed 'Best First'.
Re^3: WWW-LEO, why is my code "crashing"
by Corion (Patriarch) on Dec 29, 2005 at 20:48 UTC

    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.

      ive used your first example:
      Instead of

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