in reply to Mech follow_link

Cut/paste from one of my programs, maybe that alternative will work for you
while (!$done && $ie->follow_link(n=>2)) { # Click <-- ('previous') l +ink; ... }
allan