Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uunet!bfmny0!tneff From: tneff@bfmny0.UU.NET (Tom Neff) Newsgroups: comp.lang.perl Subject: Re: = @array? Message-ID: <15202@bfmny0.UU.NET> Date: 23 Feb 90 22:43:16 GMT References: <15193@bfmny0.UU.NET> <1990Feb23.190121.2591@iwarp.intel.com> Reply-To: tneff@bfmny0.UU.NET (Tom Neff) Lines: 11 Just for the record, if I toss something out for discussion right now it's NOT because I want it to go in Patch 9! Like everyone else, I await that patch with no further embellishment (and eagerly!). ------------------- Now, how about easy array inserts and deletes via slice operations? push(@array[1..$n], $elt1, $elt2...); and $elt = pop(@array[1..$n]);