Perl zmechanizuj nieskończony zwój z liczbą próby

while( $mech->infinite_scroll ) {
    # Tests for exiting the loop earlier
    last if $count++ >= 10;
}
Vternal3