sub control{ my $self = shift; if( $self->param('month') ){ $self->template('month'); } elsif( $self->param('year') ){ $self->template('year'); } }