On Thu, Jul 25, 2013 at 8:42 AM, David Golden <xdg@xdg.me> wrote: > On Thu, Jul 25, 2013 at 7:03 AM, David E. Wheeler <david@justatheory.com> wrote: >> >> Is the idea, then, that we would have both $@ and @@, the former the exception object, the latter the stack? > > Reserving judgment on @@, specifically, yes. > > $@ would be $@[0] -- the most recently thrown exception. no. because eval clears $@ and doesn't shift @@.Thread Previous | Thread Next