Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use XML::Simple;
    my $x = XMLin('./test.xml');
    
  2. or download this
    use strict;
    use warnings;
    use XML::Simple;
    use POE::Component::Jabber::XMPP;
    my $x = XMLin('./test.xml');