NAME
MySQL::Admin::GUI - MySQL User front end
SYNOPSIS
use MySQL::Admin::GUI;
ContentHeader("config/settings.pl");
print Body();
EXPORT
action Body maxlength openFile
ContentHeader()
ContentHeader("/path/to/your/settings.pl");
Body()
print Body();
maxlength()
maxlength($length ,\$text);
openFile
my $file = openFile("filename");
action
my %action = {
title => '',
src => 'location',
location => '',
style => 'optional',
};
$m_sContent .= action{\%action);
ChangeDb
my %db = {
name => '',
host => '',
user => '',
password => '',
};
ChangeDb(\%db);
Unique()
Gibt einen eindeutigen schlüssel zurück.
SEE ALSO
CGI MySQL::Admin DBI DBI::Library DBI::Library::Database MySQL::Admin::GUI::Main HTML::TabWidget HTML::Window HTML::Menu::Pages HTML::Menu::TreeView HTML::Editor::BBCODE HTML::Editor
AUTHOR
Dirk Lindner <lze@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2005-2009 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 560:
Non-ASCII character seen before =encoding in 'schlüssel'. Assuming UTF-8