#!/usr/bin/perl -w

use RayApp::CGI ();
use strict;

RayApp::CGI::handler();

