in reply to In place file modification
That you're dealing with names and addresses is irrelevant to the rest of the work you have to do. Just imagine how much work you would have to do if you didn't have open(), <>, regexes (or split), hashes (or arrays), and print() ... this is why we use Perl.
Now, once you have this infrastructure, there's a lot of different tasks that become a lot easier. Proper design and decomposition avoids bugs you didn't realize were possbile and enables features that you didn't even imagine you could have for as little effort as they end up being. I've lost count of the number of times I've told a boss "Because of doing things the right way, we now have some major feature that no-one even thought about that can now define our product."
|
|---|