Help for this page

Select Code to Download


  1. or download this
    CPU_start(); CPU_max(30) while 1;
  2. or download this
    use Time::HiRes qw(time);
    
    ...
        local $/ unless wantarray;
        return <F>;
    }