| PApp documentation | Contained in the PApp distribution. |
PApp::XBox - papp execution environment for perl files
use PApp::XBox qw(domain=translation-domain);
Unlike the real XBox, this module makes working anti-aliasing a reality!
Seriously, sometimes you want the normal PApp execution environment in normal Perl modules. More often, you
PApp.
Marc Lehmann <schmorp@schmorp.de> http://home.schmorp.de/
| PApp documentation | Contained in the PApp distribution. |
########################################################################## ## All portions of this code are copyright (c) 2003,2004 nethype GmbH ## ########################################################################## ## Using, reading, modifying or copying this code requires a LICENSE ## ## from nethype GmbH, Franz-Werfel-Str. 11, 74078 Heilbronn, ## ## Germany. If you happen to have questions, feel free to contact us at ## ## license@nethype.de. ## ##########################################################################
package PApp::XBox; $VERSION = 1.45; use PApp::PCode (); use PApp::Util (); 1;