in reply to What are the core points of good procedural software design? (functions, code structuring)
In most cases this approach works for me.{ my $var; sub func { $var=1; func2($var); } }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: What are the core points of good procedural software design? (functions, code structuring)
by moritz (Cardinal) on Jun 23, 2008 at 10:56 UTC |