#!/usr/bin/perl -w use strict; use CGI; use Tester::Test qw/test/; # if you want to import it into your namespace Tester::Test::test(); # or directly test() if you have imported it exit;