diff --git a/orangelogin.pl b/orangelogin.pl index e4a23b4..c1ca8ed 100755 --- a/orangelogin.pl +++ b/orangelogin.pl @@ -62,6 +62,8 @@ $mech->submit_form( } ); +follow_processing(); + print "Following view your bills link\n"; $mech->follow_link( text_regex => qr/view your bills/ );