#!/usr/bin/perl -w use strict; use testModule; my $ob = new testModule; print $ob->printSomething;