#!/usr/bin/perl -w

use strict;

use Handout;

my $handout = Handout->new();
$handout->run();

exit(0);
Hosted by www.Geocities.ws

1