The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

HTML::Menu::Pages

SYNOPSIS

use HTML::Menu::Pages;

OO Syntax.

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

my %needed =(

length => '345',

style => 'Crystal',

mod_rewrite => 0,

action => 'dbs',

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

path => "/home/groups/l/li/lindnerei/cgi-bin/",

append => '?queryString=testit'

);

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

FO Syntax.

my %needed =(

length => '345',

style => 'Crystal',

mod_rewrite => 0,

action => 'dbs',

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

path => "/home/groups/l/li/lindnerei/cgi-bin/",

append => '?queryString=testit'

);

print makePages(\%needed );

DESCRIPTION

This Module is mainly written for CGI::QuickApp::Blog.

But there is no reason to use it not standalone. Also it is much more easier

to update, test and distribute the parts standalone.

EXPORT

makePages

Public

Public new()

makePages()

see SYNOPSIS

ebis()

private

getSelf()

privat see HTML::Menu::TreeView

AUTHOR

Dirk Lindner <lze@cpan.org>

COPYRIGHT AND LICENSE

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