Path: utzoo!attcan!uunet!jarthur!nntp-server.caltech.edu!mustang!topgun!lll-winken!uwm.edu!ogicse!pdxgate!parsely!agora!markb From: markb@agora.uucp (Mark Biggar) Newsgroups: comp.lang.perl Subject: Re: Uniq, anyone? Message-ID: <1990Oct17.022227.1525@agora.uucp> Date: 17 Oct 90 02:22:27 GMT References: <1990Oct13.182400.22738@agora.uucp> Distribution: na Organization: Open Communication Forum Lines: 10 In article J Greely writes: >(Side note: you should declare $_ local in your solution, to avoid >stomping on its current value) But a foreach loop iterator variable is automatically local to the loop so no local() is needed. -- Perl's Maternal Uncle Mark Biggar