#!/usr/bin/perl -w # mycode.pl use 'modules_src/MyPackage'; # how can do this correctly? my $start = new Sth::MyPackage; # etc...