From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from archone.tamu.edu ([128.194.53.42]) by hawkwind.utcs.toronto.edu with SMTP id <2732>; Thu, 4 Jun 1992 20:08:06 -0400 Received: from hawkwind.utcs.toronto.edu ([128.100.102.51]) by archone.tamu.edu with SMTP id <45323>; Thu, 4 Jun 1992 19:07:48 -0500 Received: from localhost by hawkwind.utcs.toronto.edu with SMTP id <2732>; Thu, 4 Jun 1992 20:07:35 -0400 To: rc@archone.tamu.edu Subject: Re: Where is the list ?? In-reply-to: egs's message of Tue, 02 Jun 92 22:11:03 -0400. <9206030211.AA26783@cs.Princeton.EDU> Date: Thu, 4 Jun 1992 20:07:30 -0400 From: Chris Siebenmann Message-Id: <92Jun4.200735edt.2732@hawkwind.utcs.toronto.edu> $1 is unassignable-to because it's a fake variable; it's really $*(1), and you can't assign to sepperate array elements. It might be an error for rc to not complain. You can assign to $* wholesale, either replacing or augmenting it; I've done this on occasion. - cks