On Tue, 19 Feb 2002, Eric Moore wrote: > I want to send the output from HTML::Template to HTML::Clean.
I think you can do: my $output = $template->output; $h = new HTML::Clean( \$output ); --Alex --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
