package Foo; use strict; use warnings; sub new { return bless {}; } sub method { return "The value returned by method"; } return 1;