in reply to Style & subroutine organization

Of course, if you were going to run all three in a row a lot you could always do...
sub all_funcs { func1(); func2(); func3(); }
and call that when you need them, that way you can call them all together or seperately easily.

                - Ant
                - Some of my best work - Fish Dinner