Help for this page
#!/usr/bin/perl use XML::Twig; ... # Yields: # Hello, Alice! # Hello, Bob!
my $t=XML::Twig->new( twig_handlers => { name => \&my_s("Hi") }); # Can't call method "text" on an undefined value # likewise with &my_s->("Hi")