|
NAMEHTTP::Router::DebugSYNOPSISuse HTTP::Router; use HTTP::Router::Debug; my $router = HTTP::Router->define(...); print $router->routing_table->draw; # or $router->show_table; METHODSrouting_tableReturns a Text::SimpleTable object for routing information.show_tableConstructs and Prints a table for routing information.AUTHORTakatoshi Kitano <kitano.tk@gmail.com>NAKAGAWA Masaki <masaki@cpan.org> LICENSEThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.SEE ALSOHTTP::Router, Text::SimpleTable
Visit the GSP FreeBSD Man Page Interface. |