my $window= $mech->repl->expr('window'); $window->{alert}= sub {}; ... #### $mech->eval_in_page(<<'JS'); window.alert= function() {}; JS