Stem.pm - A Network Application Toolkit and Framework
This module load these core Stem modules:
Stem::Util ; # support utilities
Stem::Class ; # object constructor
Stem::Event ; # event loop
Stem::Msg ; # message creation and delivery
Stem::Route ; # message routing
Stem::Vars ; # stem environment
Stem::Conf ; # configuration file handling
Stem::Log ; # logging services
You can create a script and just use Stem.pm (see the tests in t/ for some examples) but most Stem applications will use the startup script <B>run_stem</B> which loads this module and your configuration files.