#!/usr/bin/perl -w #============================================================= -*-Perl-*- # # # DESCRIPTION # please fill me in. please set tabstop to 4, shiftwidth to 4, # and substitute spaces (4) for tabstops. # # AUTHOR # Ron Mahoney # # COPYRIGHT # Copyright (C) 2003 Ra Security Systems Inc. # # This module is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. # #---------------------------------------------------------------------------- # # $Id$ # #============================================================================ use strict; use RSS::CGI::News; my $app = RSS::CGI::News->new; $app->run;