Renee Baecker > Data-Tabulate-Plugin-ASCIITable > Data::Tabulate::Plugin::ASCIITable

Download:
Data-Tabulate-Plugin-ASCIITable-0.01.tar.gz

Dependencies

Annotate this POD

View/Report Bugs
Module Version: 0.01   Source  

NAME ^

Data::Tabulate::Plugin::ASCIITable - generate ASCII tables with Data::Tabulate

VERSION ^

Version 0.01

SYNOPSIS ^

    use Data::Tabulate;
    
    my @array = (1..10);
    my $foo = Data::Tabulate->new();
    print $foo->render('ASCIITable',{data => [@array]});

EXPORT ^

A list of functions that can be exported. You can delete this section if you don't export anything, such as for a purely object-oriented module.

METHODS ^

new

create a new object of Data::Tabulate::Plugin::ASCIITable

output

returns a string that contains the ASCII table

AUTHOR ^

Renee Baecker, <module at renee-baecker.de>

BUGS ^

Please report any bugs or feature requests to bug-data-tabulate-plugin-asciitable at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Data::Tabulate::Plugin::ASCIITable. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT ^

You can find documentation for this module with the perldoc command.

    perldoc Data::Tabulate::Plugin::ASCIITable

You can also look for information at:

ACKNOWLEDGEMENTS ^

COPYRIGHT & LICENSE ^

Copyright 2006 Renee Baecker, all rights reserved.

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

syntax highlighting: