Path: utzoo!attcan!uunet!bfmny0!tneff From: tneff@bfmny0.UU.NET (Tom Neff) Newsgroups: comp.lang.perl Subject: = @array? Message-ID: <15193@bfmny0.UU.NET> Date: 22 Feb 90 19:31:45 GMT Reply-To: tneff@bfmny0.UU.NET (Tom Neff) Lines: 12 Why not allow the inverse of the usage @array = ; which fills @array with all the lines from the open stream , and allow = @array; which would write all the elements of @array to the open stream . You can do this now with print and foreach or join, but the symmetry would still be nice.