News::FormReply - derivative of News::FormArticle and News::AutoReply


News-Article documentation  | view source Contained in the News-Article distribution.

Index


NAME

Top

News::FormReply - derivative of News::FormArticle and News::AutoReply

SYNOPSIS

Top

  use News::FormReply;

See below for functions available.

DESCRIPTION

Top

This is a "mixin" of News::FormArticle and News::AutoReply; it generates form replies by performing substitutions on a text file.

USAGE

Top

  use News::FormReply;

Exports nothing.

Constructor

Top

new ( ORIGINAL, FILENAME [, SOURCE [...]] )

Construct an article as a reply to ORIGINAL, initialised from the specified file, performing variable substitution with values supplied by the SOURCE parameters (see News::FormArticle).

The Subject, To, References and In-Reply-To headers are setup after the template has been read and substituted, but a Subject header set in a template will not be overridden.

AUTHOR

Top

Andrew Gierth <andrew@erlenstar.demon.co.uk>

COPYRIGHT

Top


News-Article documentation  | view source Contained in the News-Article distribution.