On 6/23/06, jerry gay <[EMAIL PROTECTED]> wrote:
indeed.
  my $x = 3; { { say $OUTER::x} }    # 3

of course that should be
 my $x = 3; { { say $OUTER::OUTER::x} }    # 3

Reply via email to