#!/usr/local/bin/perl -w use strict; use warnings; use IxenCore::Pages::Static; IxenCore::Pages::Static->new->dispatch('index');