use threads; use threads::shared; my @array : shared; push( @array, [("wert1", "wert2")]);