in reply to where do you put your subs
#!perl use strict; use Modules; main(); sub main { #main algorithm, calls to other subs } sub1 {#sub code} sub2 {#sub code} etc..
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: where do you put your subs
by ajwans (Scribe) on Mar 08, 2002 at 11:18 UTC | |
by demerphq (Chancellor) on Mar 08, 2002 at 13:10 UTC | |
by Juerd (Abbot) on Mar 08, 2002 at 11:47 UTC |