you can use XML::Twig. I am just giving you a skeleton of the code you require.
use XML::Twig; my $twig= XML::Twig->new( twig_handlers => { request => \&request }, ); $twig->parsefile( 'server.xml'); sub request { # some actions here }
Regards,
Murugesan Kandasamy
use perl for(;;);
In reply to Re: How to get the part of the xml from the server log
by murugu
in thread How to get the part of the xml from the server log
by perladdict
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |