Help for this page

Select Code to Download


  1. or download this
    for(0..100) {
        sleep .15;
    }
    
  2. or download this
    for(0..100) {
        sleep 0;
    }
    
  3. or download this
        my( $x, $y, $z );
        select($x=undef,$y=undef,$z=undef,0.15);