
MySQL::Admin::GUI - MySQL User front end

use MySQL::Admin::GUI;
ContentHeader("config/settings.pl");
print Body();
action Body maxlength openFile
ContentHeader("/path/to/your/settings.pl");
print Body();
maxlength($length ,\$text);
my $file = openFile("filename");
my %action = {
title => '',
src => 'location',
location => '',
style => 'optional',
};
$m_sContent .= action{\%action);
my %db = {
name => '',
host => '',
user => '',
password => '',
};
ChangeDb(\%db);
Gibt einen eindeutigen schlüssel zurück.
$unique =Unique();
updates the user rights to a treeviewLink
applyRights(\@tree);

CGI MySQL::Admin DBI DBI::Library DBI::Library::Database MySQL::Admin::Main HTML::TabWidget HTML::Window HTML::Menu::Pages HTML::Menu::TreeView HTML::Editor::BBCODE HTML::Editor

Dirk Lindner <lze@cpan.org>

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.