http://www.perlmonks.org?node_id=1225549


in reply to Splitting program into modules

Well ... some general thoughts on splitting up unknown code

Incremental strategy

Prerequisites

Study and understand

==== Perl essentials

==== Tools and techniques

==== your application

Analyze
Documentation

Modularisation / Namespaces ?

Object Oriented Programming

Improvement

See Also

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

update

Expanded the OOP part

°) that's an intermediate step exporting and importing is much cleaner

²) As a rule of thumb from easier to better