Start
'; print $table->getTable; print 'End
'; would produce the same output as: $table = new HTML::Table(2, 2); print "Start
$tableEnd
"; =item print Prints HTML representation of the table to STDOUT =back =head1 CLASS VARIABLES =head1 HISTORY This module was originally created in 1997 by Stacy Lacy and whose last version was uploaded to CPAN in 1998. The module was adopted in July 2000 by Anthony Peacock in order to distribute a revised version. This adoption took place without the explicit consent of Stacy Lacy as it proved impossible to contact them at the time. Explicit consent for the adoption has since been received. =head1 AUTHOR Anthony Peacock, a.peacock@chime.ucl.ac.uk Stacy Lacy (Original author) =head1 CONTRIBUTIONS Douglas Riordan