The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

FirePHP::SimpleTable

SYNOPSIS

 use FirePHP::SimpleTable;
 my $foo = FirePHP::SimpleTable->new();

DESCRIPTION

FirePHP::SimpleTable is a sub-class of Text::SimpleTable that can be used to write a table to the FirePHP console

METHODS

$self->draw

Returns an array ref suitable for use with FirePHP::Dispatcher's table method

SEE ALSO

perl, FirePHP::Dispatcher

AUTHOR

Sebastian Willert, willert@cpan.org

COPYRIGHT AND LICENSE

Copyright 2009 by Sebastian Willert <willert@cpan.org>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.