in reply to Reading hash

Reading your example and considering that you want to keep the line order makes me conclude that you're not working on a configuration file, but a script.

Is it so that the commands in the list will be executed in the order, you specify?

If you can answer yes, you're reinventing scripts. Consider using bash or perl. If you need to customize the script you're writing somehow and get stuck doing that, post a question here.