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.
%session
This is hash of persistent per session data
%gdata
This is temporary hash object. It exists only during apache request processing.
AUTHOR
Sergey Rusakov, <rusakov_sa@users.sourceforge.net>