#!/usr/bin/perl # main script file. use strict; use warnings; use Mypackage; mytest();