Help for this page

Select Code to Download


  1. or download this
    sleep 2.5;
    
  2. or download this
    use Time::HiRes qw/sleep/;
    
  3. or download this
    select(undef, undef, undef, 2.5);