in reply to Style & subroutine organization
and call that when you need them, that way you can call them all together or seperately easily.sub all_funcs { func1(); func2(); func3(); }
- Ant
- Some of my best work - Fish Dinner
|
---|