MAN page from Mandrake Other perl-FormatNroff-0.11-1.i386.rpm
FormatNroffSub
Section: User Contributed Perl Documentation (3)
Updated: perl 5.004, patch 04
Index NAME
HTML::FormatNroffSub - Test package for testing subclassing of HTML::FormatNroff
SYNOPSIS
require HTML::FormatNroffSub; use HTML::Parse; $html = parse_html("<P><TABLE><TR><TD>1</TD></TR></TABLE>"); $formatter = new HTML::FormatNroffSub(name => 'test', project => 'proj') ; print $formatter->format($html); DESCRIPTION
This is simply a test that HTML::FormatNroff may be subclassed and willstill work.
COPYRIGHT
Copyright (c) 1997 Frederick Hirsch. All rights reserved.
This library is free software; you can redistribute it and/ormodify it under the same terms as Perl itself.
AUTHOR
Frederick Hirsch <f.hirschAATTopengroup.org>
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- COPYRIGHT
- AUTHOR
This document was created byman2html,using the manual pages.