Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use XML::Twig;
    ...
    # Yields:
    # Hello, Alice!
    # Hello, Bob!
    
  2. or download this
    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")