sub z { my $handle=get_handle(); $handle->method_a('parameter'); $handle->method_b('parameter'); $handle->method_c('parameter'); # Etc. }