#! /usr/local/perl -wT use strict; use warnings; # look for additional modules # (I have the .pm files for the test environment in this path) use lib '/path/to/modules/testenvir/'; # logic follows.. ... ...