The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

METHODS

$obj->lookup(LABEL, ARGS)

    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     Defined in  Default   
     formatter              <required>

    . formatter OBJECT

HTML::FromMail::Page->new(OPTIONS)

     Option    Defined in       Default   
     settings  L<HTML::FromMail::Object>  {}        
     topic     L<HTML::FromMail::Object>  <required>

    . settings HASH-OF-HASHES

    . topic STRING

Attributes

$obj->settings([TOPIC])

$obj->topic

Export

Other methods

$obj->plain2html(STRING)

REFERENCES

See the HTML::FromMail website at http://perl.overmeer.net/html-from-mail/ for more details.

COPYRIGHTS

Module version 0.10. Written by Mark Overmeer (mark@overmeer.net). See the ChangeLog for other contributors.

Copyright (c) 2003 by the author(s). All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.