Help for this page

Select Code to Download


  1. or download this
    
    sub i_produce {
    ...
        print "\n";
      };
    };
    
  2. or download this
    sub p_produce {
      my ($consumer, $start, $count) = @_;
    ...
      $odd = ($odd + 1)%2;
    };
    };
    
  3. or download this
    
    {
    ...
        print "\n";
      };
    };