Brent Dax writes:
: Larry Wall:
: # I think we'd often
: # have people trying to write things like:
: #
: #     my $coderef = sub { ... };
: #     LAST $coderef;
: #
: # and then wondering why it says "Undefined LAST block" or some such.
: 
: Maybe all of the [A-Z]+'s get defined each time the block is entered
: (or, if the block is being iterated on, the first time the block is
: entered during this set of iterations).

That would still leave $coderef undefined in the above snippet.

Larry

Reply via email to