#!/usr/bin/perl -T use strict; use warnings; BEGIN { push @INC, "."; } use Min; my $minimal_uploader = Min->new(); $minimal_uploader->run();