Help for this page
. . . strCliDeactivated => 'Currently not active', strNotActive => 'date has not yet been reached', strExpired => 'date has been reached', . . .
. . . my @global_data = <TEXT_LANG>; ... . . . print STDERR $globals{strExpired} if $expired; . . .