NAME

HTML::FromMail::Page - base class for outputting pages

INHERITANCE

HTML::FromMail::Page
  is a HTML::FromMail::Object
  is a Mail::Reporter

HTML::FromMail::Page is extended by
  HTML::FromMail::Field
  HTML::FromMail::Head
  HTML::FromMail::Message

SYNOPSIS

DESCRIPTION

Extends "DESCRIPTION" in HTML::FromMail::Object.

METHODS

Extends "METHODS" in HTML::FromMail::Object.

$obj->lookup($label, \%options)

Look-up, in a formatter dependent way, what the value related to a certain $label is. The location which is being produced on the moment that this method is called is stored somewhere in the OPTIONS. The formatter (which is also in the %options) is called to get the value based on that location information.

-Option   --Default
 formatter  <required>
formatter => OBJECT
$class->new(OPTIONS)

-Option  --Defined in            --Default
 settings  HTML::FromMail::Object  {}
 topic     HTML::FromMail::Object  <required>
settings => \%map
topic => STRING

SEE ALSO

This module is part of HTML-FromMail version 3.00, built on November 19, 2025. Website: http://perl.overmeer.net/CPAN/

LICENSE

For contributors see file ChangeLog.

This software is copyright (c) 2003-2025 by Mark Overmeer.

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