Help for this page

Select Code to Download


  1. or download this
    
    %hash2 = mce_loop_f {
        MCE->gather(split ' ', $$_);
    } $data_file;
    
  2. or download this
    #hypothetical code:
    #alas if gather can gather two or more data types
    ...
        my $internal_counter2++;
        MCE->gather(split '\s', $$_, $internal_counter2); #return data typ
    +es
    } $DATA_F;