At 10:04 AM 9/5/2001 +1100, Damian Conway wrote:
>Dan wrote:
>Why not C<delete>? It merely requires that the internals equivalent of:

[Snippy]

>I don't understand why you think that's particularly wormy?

Ah, but what people will want is:

   my $x = "foo\n";
   {
     my $x = "bar\n";
     delete $MY::{'$x'};
     print $x;
   }

to print foo. That's where things get tricky. Though I suppose we could put 
some sort of placeholder with auto-backsearch capabilities. Or something.

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to