#!/usr/athena/bin/perl

use lib '/var/www/cgi-bin/lib';

require 'pinkdex.pl';
do_pinkdex();

1;
