in reply to Using Perl to automate a java application

As has been suggested you could use Win32::GuiTest to click buttons with the PushButton function and populate fields with known values via the SendKeys function. Check out the documentation, there are some short examples included in the distribution to get you started.

Hope this helps

Martin

Replies are listed 'Best First'.
Re^2: Using Perl to automate a java application
by Blue_eyed_son (Sexton) on Mar 02, 2007 at 20:52 UTC
    This is perfect! Thanks so much. Perl continues to be man's greatest achievement to date.