Web::Pro::Interact - the user-level interface between the df script and the Web::* modules.
use Web::Pro::Interact;
A collection of proceedural routines that are run directly by the df script (which does very little processing of it's own). These are essentially the user-level commands that make use of the Web::* modules. This is oriented directly towards working on DF pages ("doomfiles"), even more so than the Web::* modules are. The input format is almost always Rawtext, and the input location is as specified in Web::Definitions as $DF_RAWTEXT. The output format is almost always Html, in the $DF_LOC location, also as specified in Web::Definitions.
These locations can be overridden for testing purposes: a reference to the df scripts hash of options is passed in as the final argument.
None by default.
The %opts hash passed in from df should (as of this writing) have four fields:
d - debug
v - verbose
r - rawtext location (to override default $DF_RAWTEXT)
h - html location (to override default $DF_LOC)
Joseph Brenner, <doom@kzsu.stanford.edu>
Copyright (C) 2004 by Joseph Brenner
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, at your option, any later version of Perl 5 you may have available.
None reported... yet.