Help for this page

Select Code to Download


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