Requirements

Installation

It's all pure Perl, but you need a bunch of modules from CPAN. The easiest way to install this distribution is using the CPAN shell.

perl -MCPAN -e shell
install WWW::Webrobot

Of course you may use the traditional canon (after you installed all required modules, see Makefile.PL):

perl Makefile.PL
make
make test
make install

Installation problems

I suggest the following order

Although expat is installed in many operating systems it may be in another destination as XML::Parser will expect it. If you fail installing Webrobot then I suggest this order:

Installation on Windows

If you are on a windows box you probably should use 'nmake' rather than 'make'. If you can't install perl yourself you may

LICENSE

AUTHOR: Stefan Trcek

COPYRIGHT: Copyright(c) 2004 ABAS Software AG

LICENSE: This software is licensed under the Perl license, see LICENSE file.