Help for this page

Select Code to Download


  1. or download this
    package Iter::Output;
    
    ...
       ...
    }
    
  2. or download this
    package Iter::Input;
    
    ...
       ...
    }
    
  3. or download this
    use threads;
    
    ...
       printf STDERR "testa done in %0.02f seconds\n", time - $start;
    }