>>>>> "AC" == Aaron Crane <[EMAIL PROTECTED]> writes:

  AC> That's easy even in Perl 5.  This modifies %hash in-place:

  AC>   my @values = 
  AC>   @[EMAIL PROTECTED] = @values;

you can even do:

        @[EMAIL PROTECTED] = delete @[EMAIL PROTECTED];

and i am sure a simple p6 thing can be written which takes pairs of
old/new names and loops over them. someone wanna rewrite that here in p6
and we can see how complex it would be? a rename method might not be so
important then.

as for rename on hash keys, why not call it rekey? also even if it is
called rename as a hash method it is different than rename as a function
to rename a file so there is no ambiguity.

uri

-- 
Uri Guttman  ------  [EMAIL PROTECTED]  -------- http://www.stemsystems.com
--Perl Consulting, Stem Development, Systems Architecture, Design and Coding-
Search or Offer Perl Jobs  ----------------------------  http://jobs.perl.org

Reply via email to