Paul Kraus wrote:

> >
> >
> > As a side note.... Where is the best place to put the subroutines?
> > After the exit command or in the beginning of the script?  Any
> > preferences?

> I prefer sticking them in the bottom in the order they are called.
>
> This way when I open a script at a glance I can see the main logic and
> then as need be move into the subs.

Totally.  The whole point of using subroutines is to defer fine detail while
dealing with overall structure..

Joseph


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to