Kashratul has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

What are automation tools that supports Perl?

Selenium, Samie are the few that I know.

ofcourse there is a huge module support in perl that can be used for automation.

But a list of few other tools that supports perl will be helpful.

thanks

Replies are listed 'Best First'.
Re: Automation tools that supports perl
by kyle (Abbot) on Mar 06, 2008 at 17:35 UTC

    What are you trying to automate? Selenium automates a web browser. If you want to automate web access (without a browser), look at WWW::Mechanize.