#!/usr/bin/perl -w use strict; use Handout; my $handout = Handout->new(); $handout->run(); exit(0);