debian man page for html::widgets::navmenu::predicate

Query: html::widgets::navmenu::predicate

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

HTML::Widgets::NavMenu::Predicate(3pm)			User Contributed Perl Documentation		    HTML::Widgets::NavMenu::Predicate(3pm)

NAME
HTML::Widgets::NavMenu::Predicate - a predicate object for HTML::Widgets::NavMenu
SYNOPSIS
my $pred = HTML::Widgets::NavMenu::Predicate->new('spec' => $spec);
FUNCTIONS
my $pred = HTML::Widgets::NavMenu::Predicate->new('spec' => $spec) Creates a new object. $pred->evaluate( 'path_info' => $path_info, 'current_host' => $current_host ) Evaluates the predicate in the context of $path_info and $current_host and returns the result. $pred->type() The type of the predicate. $pred->bool() Sets/gets the boolean value in case the type is a boolean. $pred->callback() Sets/gets the callback in case the type is callback. $pred->regexp() Sets/gets the regular expression in case the type is "regexp". COPYRIGHT &; LICENSE Copyright 2006 Shlomi Fish, all rights reserved. This program is released under the following license: MIT X11. perl v5.10.1 2011-04-23 HTML::Widgets::NavMenu::Predicate(3pm)
Related Man Pages
curses::widgets::label(3pm) - debian
curses::widgets::listbox::multicolumn(3pm) - debian
html::formfu::constraint::callbackonce(3pm) - debian
html::widgets::navmenu(3pm) - debian
html::widgets::navmenu::tree::node(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Is UNIX an open source OS ?
Introduction
Detecting unused variables...