#!/usr/bin/perl use strict; use lib "./lib"; use TestApp::HTPluginDot; TestApp::HTPluginDot->new->run;