Like, you have foo.pm, and you write a script to invoke it:
use foo::bar;
$baz = new foo::bar; $baz->foosub;
that sort of thing.
In reply to modules = minilanguages? by Anonymous Monk