my $self={}; XML::Twig->new( twig_handlers => { 'a/b' => sub { $self->my_method( @_); } ); ... sub my_method { my( $self, $t, $elt)= @_; ... }