#!Perl/bin/perl BEGIN { unshift @INC, 'c:/Apache/Apache2/cgi-bin/CMS/pm'; } use strict; use warnings; use diagnostics; use Carp; use Feedback; my $webapp = Feedback->new( # TMPL_PATH => 'c:/Perl/Scripten/teml/', ); $webapp->run(); exit(0);