NAME
Sub::Multi - Data::Bind-based multi-sub dispatch
SYNOPSIS
my $wrapper = Sub::Multi->new($sub1, $sub2, $sub3);
$wrapper->([\1,\3], { named => \'name'});
DESCRIPTION
AUTHORS
Chia-liang Kao <clkao@clkao.org>
COPYRIGHT
Copyright 2006 by Chia-liang Kao and others.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.