package MyModel ; sub test { print "MyModel\n" ; } sub new { return bless {}, __PACKAGE__ ; } return 1 ;