Perl Installation Via CPAN

$> cpan

cpan> install Alien::SeleniumRC
cpan> install Test::WWW::Selenium

Note that to install correctly you will need to install using Module::Build. Unfortunately only recent versions of the cpan install script support Module::Build. This a pain on Win32, but should just work on Linux.