The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.