#!/opt/perl use strict; use warnings; use lib ( '/www/cgi-bin/MyOutputXSV' ); use MyOutputXSV; my $app = MyOutputXSV->new(); $app->run();