NAME
CGI::LZE.pm
NAME
CGI::LZE
SYNOPSIS
use CGI::LZE;
EXPORT
$ACCEPT_LANGUAGE
translate()
init()
session()
createSession()
$params
Public
new()
init()
init("/srv/www/cgi-bin/config/settings.pl");
default: %CONFIG%
include
include
includeAction
createSession
Secure your Session (or simple store session informations);
my %vars = (geheim => 'query','geheim2' => "Jo");
my $qstring = createSession(\%vars);
*params= \$CGI::LZE::params;
session($qstring);
print $params->{geheim},$/;
session
session if param('session');
clearSession
nicht mehr gültige parameter löschen.
translate()
translate(key);
hook
überprüft wärend des
Private
getSelf()
AUTHOR
Dirk Lindner <lindnerei@o2online.de>
COPYRIGHT AND LICENSE
Copyright (C) 2008 by Hr. Dirk Lindner
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 295:
Non-ASCII character seen before =encoding in 'gültige'. Assuming UTF-8