#!/usr/bin/perl -w use strict; use XMLConfig; my $addon = &XMLGetAddon; eval ("use $addon"); &init(&XMLGetConfig); &writeReport;