Help for this page

Select Code to Download


  1. or download this
            stats => {
                roundtrip => 0,  # total number of roundtrips
    ...
                store => 0,      # number of attribute stores
                callback => 0,   # number of callbacks triggered
            },
    
  2. or download this
    use Data::Dumper;
    my $repl = $mech->repl;
    warn Dumper $repl->{stats};