> What about C<hide> ?

Here's yet another one - how about "here"?

   {
      here $/ = "\n";   # what it is in here

   }

Not really any confusion on this - $/ is "\n" 'in here', but maybe
something else outside.

Unlike "hide" or others, this doesn't connote it's necessarily any
different from somewhere else - just that it's this value inside the
current block (which is what we're after, I think).

?????

-Nate

Reply via email to