The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>