Help for this page
#!/usr/bin/perl ... my $app = new App( QUERY => $q ); $app->run(); }
use base 'CGI::Application'; ... ... ... } ...