Dan sighed:

   > >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.

Exactly. 

Damian

Reply via email to