I'm new to using WWW::Mechanize, and have had good success using it so far. However, I've run into a new situation, and am not entirely sure how to deal with it. Hopefully, someone here can help...
Basically, I need to populate a form, and submit it. When the form is submitted, a new page is returned, and I have to confirm the action I'm trying to perform. The second page contains a form as well. I can deal with the forms no problem - I'm just not entirely sure how to chase the first form submittal, and then perform an action on the second. Can someone give me direction on this? Thanks. Jason