Help for this page

Select Code to Download


  1. or download this
    my $twig = 'XML::Twig'->new;
    $twig->xparse($input_xml);
    
  2. or download this
    my $twig = 'XML::Twig'->new( twig_handlers =>  { result => \&record })
    +;
    $twig->parse($input_xml);
    
  3. or download this
      DB<2> c
    Exiting subroutine via next at vance.pl line 91.
    ...
        eval {...} called at /usr/lib/perl5/site_perl/5.22/XML/Twig.pm lin
    +e 767
        XML::Twig::parse(XML::Twig=HASH(0x6003ead30), "<?xml version=\"1.0
    +\" encoding=\"UTF-8\"?><response><result><chec"...) called at vance.p
    +l line 33
    Exiting subroutine via next at vance.pl line 91.
    
  4. or download this
    use strict;
    use warnings;
    ...
      }
      return \@f;
    }