- or download this
use Config::IniFiles;
...
print "We have $GLOBALS{$lang}{Parameter}."
if $GLOBALS{$lang}{Parameter};
- or download this
use Config::IniFiles;
...
%GLOBALS = %{$ini{$lang}};
print "We have $GLOBALS{Parameter}."
if $GLOBALS{Parameter};
- or download this
$GLOBALS{'strCliDeactivated'} = "Currently not active";
$GLOBALS{'strNotActive'} = "date has not yet been reached";
$GLOBALS{'strExpired'} = "date has been reached";