in reply to Re^2: Reading binary files - program structure
in thread Reading binary files - program structure
I did mention hashes along with my blocks of discrete named vars. The main thing I like about the constant method (besides the typo resistance which is good), is that simplicity of in order iteration. Of course you can get that by putting the hash keys into an array, but once you've done that, you're better off using the package stash rather than lexical hash.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Reading binary files - program structure
by Anonymous Monk on May 24, 2010 at 17:16 UTC | |
by BrowserUk (Patriarch) on May 24, 2010 at 20:38 UTC | |
by Anonymous Monk on May 25, 2010 at 16:47 UTC | |
by BrowserUk (Patriarch) on May 25, 2010 at 20:50 UTC |