CGI::Application::Plugin::DBIProfile::Graph::HTML::Horizontal - Horizontal bar graph for CAP::DBIProfile
# In startup.pl, or your CGI::Application class BEGIN { $ENV{'CAP_DBIPROFILE_GRAPHMODULE'} = 'CGI::Application::Plugin::DBIProfile::Graph::HTML::Horizontal'; };
CGI::Application::Plugin::DBIProfile::Graph::HTML::Horizontal implements a
basic/simple horizontal bar graph for CGI::Application::Plugin::DBIProfile.
Graham TerMarsch (cpan@howlingfrog.com)
Copyright (C) 2007, Graham TerMarsch. All Rights Reserved.
This is free software; you can redistribute it and/or modify it under the same license as Perl itself.
the CGI::Application::Plugin::DBIProfile manpage, the CGI::Application::Plugin::DBIProfile::Graph::HTML manpage.