How to call a web service using perl

Hello to all,

What i would like to know is how to call a web service using perl.
Where can i find documentation that easy describes this procedure?
Any advices will be more tha welcome.
Thank you.

Best Regards,
Chriss_58

O'Reilly has a book "Programming Web services with Perl". It's a bit dated, but may be still useful.

What kind of web services are you trying to call? SOAP?

Yes it is SOAP web services..

You can find SOAP and SOAP::Lite on search.cpan.org. Try google for more information yourself.

SOAP::Lite for Perl