Abhishek Dave wrote:
Hello All,
  i am new to use XML::Parser module and i want to start with some simple program .
There are several useful modules built on top of XML::Parser.

I recommend XML::TreeBuilder:

    http://search.cpan.org/author/SBURKE/XML-TreeBuilder-3.09/lib/XML/TreeBuilder.pm
 Any one , who knows how to use this module.
any helpful sample codes.
Why dont you ask at www.perlmonks.org
 
Thanks in Advance.
Abhishek 

-- 
  (let recur ((lis x) (k k)) 
    (if (zero? k) (values '() lis) 
	(receive (prefix suffix) (recur (cdr lis) (- k 1)) 
	  (values (cons (car lis) prefix) suffix))))) 


Reply via email to