Документ взят из кэша поисковой машины. Адрес оригинального документа : http://rtm-cs.sinp.msu.ru/manual/xmlrpc-howto/xmlrpc-howto-perl.html
Дата изменения: Mon Jan 22 01:12:09 2001
Дата индексирования: Mon Oct 1 21:19:07 2012
Кодировка:
Using XML-RPC with Perl

Chapter 4. Using XML-RPC with Perl

Table of Contents
A Perl Client
A Stand-Alone Perl Server
A CGI-Based Perl Server

Ken McLeod has implemented XML-RPC for Perl. You can find his Frontier::RPC module at his website or through CPAN.

To install Frontier::RPC, download the package and compile it in the standard fashion:

    $ gunzip -c Frontier-RPC-0.07b1.tar.gz | tar xvf -
    $ cd Frontier-RPC-0.07b1
    $ perl Makefile.PL
    $ make
    $ make test
    $ su -c 'make install'

(The process will be slightly different on Windows systems, or if you don't have root access. Consult your Perl documentation for details.)