in reply to Automating Webapplication

If you're running Apache web server, use "ab" to stress test your app.

For repeatable programmatic testing of a sequence of actions through web screens use Test::WWW::Mechanize.

For serious end to end testing using scripts recorded automatically when you use your web browser, consider using Selenium via Alien::Selenium etc.

Regards, Peter
http://perl.dragonstaff.co.uk