There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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>