AmphetaDesk - Gets our workflow going (with an internal webserver and GUI)
init(); # you really shouldn't worry about running this.
This the starting point of everything related to AmphetaDesk. The main purpose of this script is to act as a traffic cop between the webserver and the GUI libraries. It implements a pathetic queuing system, as well as sends all the data to the various modules and the web browser.
init($wrapper_ver)
init()
routine. This allows us some bit of backwards compatibility if the wrapper ever changes. We've not come to a point where this is ever needed. This routine never returns (unless it's to END
the program).Morbus Iff, <morbus@disobey.com>
Copyright 2000-2004 Morbus Iff <morbus@disobey.com>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.