NAME
S - singleton namespace
SYNOPSIS
use S;
DESCRIPTION
S is an intentionally empty module. It provides a unique namespace that can be used as a singleton holder for globals or state shared across the application.
S - singleton namespace
use S;
S is an intentionally empty module. It provides a unique namespace that can be used as a singleton holder for globals or state shared across the application.