NAME

HTML::Menu::Pages - Create html anchors

SYNOPSIS

use HTML::Menu::Pages;

OO Syntax.

my $test = new HTML::Menu::Pages;

        my %needed =(

                length => '345',

                style => 'mysql',

                mod_rewrite => 0,

                action => 'dbs',

                start  => param('von') ? param('von') : 0,

                path => "/srv/www/cgi-bin/",

                append => '?queryString=testit'

        );

print $test->makePages(\%needed );

FO Syntax.

my %needed =(

        length => '345',

        style => 'mysql',

        mod_rewrite => 0,

        action => 'dbs',

        start  => param('von') ? param('von') : 0,

        path => "/srv/www/cgi-bin/",

        append => '?queryString=testit',

        links_pro_page => 30

);

print makePages(\%needed );

# =head2 Changes

0.37

links_pro_page option

EXPORT

makePages

Public

Public new()

makePages()

see SYNOPSIS

ebis()

private

getSelf()

privat see HTML::Menu::TreeView

AUTHOR

Dirk Lindner <lze@cpan.org>

see Also

CGI MySQL::Admin::GUI MySQL::Admin::Actions MySQL::Admin::Translate MySQL::Admin::Settings MySQL::Admin::Config

LICENSE

Copyright (C) 2005 - 2015 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.