use WWW::Mechanize::Firefox; my $mech = WWW::Mechanize::Firefox->new(); $mech->autoclose_tab( 0 ); $mech->get("$URL"); while (1) { $mech->events( "document.database_changed_function()" ); #not got this part working yet... };