my $d = Date->new(); $d->year(2010); $d->month(3); #### my $d = Date->new() ->year(2010) ->month(3);