#!/usr/bin/perl
#use strict;
#use warnings; FIXME - Bug 2505
use FindBin;
use lib $FindBin::Bin;
use HTML::Tree;
use Getopt::Std;
getopt("f:");
# --> This will be relatively major rework, and requires corresponding
# rework in tmpl_process.pl
use strict;
use Getopt::Long;
# Parts copyright 2003-2004 Jerome Vizcaino
# Parts copyright 2004 Ambrose Li
=head1 NAME
tmpl_process3.pl - Alternative version of tmpl_process.pl
package Main;
use warnings;
=cut
-