Converted the Mail Form into the Data Form.

This commit is contained in:
JT Smith 2003-05-05 05:08:48 +00:00
parent f7ca23aa03
commit 8f6348a5bb
8 changed files with 939 additions and 902 deletions

View file

@ -33,7 +33,9 @@ NOTE: This entire system is likely to be replaced in the near future. It has se
=head1 SYNOPSIS
use WebGUI::Macro;
$html = WebGUI::Macro::filter($html);
@array = WebGUI::Macro::getParams($parameterString);
$html = WebGUI::Macro::negate($html);
$html = WebGUI::Macro::process($html);
=head1 METHODS