#!/usr/bin/perl use tests; my $obj = new tests(); $obj->myfunction_one(); $obj->myfunction_two();