#!/usr/bin/perl use strict; use warnings; use utf8; use lib 'lib'; use FPanel::Interface; # TODO: Try out Fast CGI #use CGI::Fast(); # #while (my $q = new CGI::Fast){ # my $app = new WebApp(QUERY => $q); # $app->run(); #} my $cgi = FPanel::Interface->new(); $cgi->run();