Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 630 Bytes

README.mkdn

File metadata and controls

36 lines (19 loc) · 630 Bytes

NAME

Calendar::Timetable - Multi row, multi format time table generator

VERSION

version 0.001001

SYNOPSIS

use Calendar::Timetable;

my $time_table = Calendar::Timetable();

print $time_table->html();

DESCRIPTION

Calendar::Timetable stores multirow events and outputs this events in multiple formats

METHODS

html

Export as HTML

AUTHOR

Philippe Poumaroux [email protected]

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Philippe Poumaroux.

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