HTML::Perlinfo::HTML

HTML::Perlinfo::HTML Perl module contains HTML documentation for the perlinfo library.
Download

HTML::Perlinfo::HTML Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mike Accardo
  • Publisher web site:
  • http://search.cpan.org/~accardo/HTML-Perlinfo-1.48/lib/HTML/Perlinfo/Modules.pm

HTML::Perlinfo::HTML Tags


HTML::Perlinfo::HTML Description

HTML::Perlinfo::HTML Perl module contains HTML documentation for the perlinfo library. HTML::Perlinfo::HTML Perl module contains HTML documentation for the perlinfo library.SUMMARYNOTE: THIS IS THE LAST RELEASE OF THIS MODULE IN THIS NAMESPACE. WHEN THE NEXT VERSION APPEARS, OLDER VERSIONS WILL BE DELETED FROM CPANIn the perlinfo library, HTML::Perlinfo and HTML::Perlinfo::Modules use the internal module HTML::Perlinfo::Common for HTML generation. This document provides information on that HTML and its manipulation.CUSTOMIZING THE HTMLYou can capture the HTML output by assigning it to a scalar. Then you can alter the HTML before printing it or doing something else with it. Here is an example that uses the perlinfo function from HTML::Perlinfo: use HTML::Perlinfo; my $example = perlinfo(); # Now I can do whatever I want with $example $example =~ s/Perl/Java/ig; # Make everyone laugh print $example; Another option is to use object attributes which make altering some HTML elements less helter skelter.OBJECT ATTRIBUTESThese object attributes allow you to change the HTML CSS settings to achieve a stylish effect. Please see your favorite HTML guide for acceptable CSS values. Refer to the HTML source code of the perlinfo page for the defaults.Attribute name/Corresponding CSS element title / page title (only non-CSS element) bg_image / background_image bg_position / background_position bg_repeat / background_repeat bg_attribute / background_attribute bg_color / background_color ft_family / font_familty ft_color / font_color lk_color / link color lk_decoration / link text-decoration lk_bgcolor / link background-color lk_hvdecoration / link hover text-decoration header_bgcolor / table header background-color header_ftcolor / table header font color leftcol_bgcolor / background-color of leftmost table cell leftcol_ftcolor / font color of left table cell rightcol_bgcolor / background-color of right table cell rightcol_ftcolor / font color of right table cell Requirements: · Perl


HTML::Perlinfo::HTML Related Software