NAME
ePortal::Global.pm - Global variables for entire ePortal.
SYNOPSIS
This package exports some global variables. Use this package everywhere when you need these variables.
$ePortal
Global object blessed to ePortal::Server. This is main engine.
%ePortal_servers
Cache of created servers. User in Apache environment for hosting more than one virtual server.
$dbh
Global database handle
%session
This is tied hash to Apache::Session
%gdata
This is temporary hash object. It exists only during apache request processing.
AUTHOR
Sergey Rusakov, <rusakov_sa@users.sourceforge.net>