Help for this page
my $twig = XML::Twig->new( twig_handlers => { subfield => \&editHref, }, ... $text =~ s/\Q$orig/(OSt)20/; $href->set_text($text); }
sub editHref { my ( $twig, $href ) = @_; my $text = $href->text(); $href->set_text('(OSt)20') if $text eq '(OSt)16'; }