in reply to Re: how to hash this
in thread how to hash this
I suspect, without testing it, that if you moved two of the right curlies to beneath the push line, you wouldn't be printing the contents of @products for each line of the file.
Maybe it's the transcription to PM that's making this difficult to read, but I find that a consistent indentation style helps me gauge the flow of code properly. (To be fair, if we were writing this in Python, we wouldn't have the freedom to do otherwise.)
If you indent each block four or more characters with a tab, it'll be easier to see these things in the future.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: how to hash this
by malaga (Pilgrim) on Apr 03, 2001 at 02:55 UTC |