CGI-Mungo

 view release on metacpan or  search on metacpan

lib/CGI/Mungo.pm  view on Meta::CPAN

	}
	return $request;
}
#########################################################

=pod

=head2 setActions(\%actions)

	my %actions = (
		'default' => \&showMenu().
		'list' => \%showList() 
	)
	$m->setActions(\%actions);

Sets the actions of the web application using a hash reference. The names of the keys in the hash
reference will match the value of the given "action" form field from the current request. Hash reference values
can be references to subs or annoymous subs.

An action of 'default' can be used when a visitor does not request a specific action.



( run in 0.566 second using v1.01-cache-2.11-cpan-49f99fa48dc )