On Mon, Aug 16, 2004 at 05:09:45AM -0700, Michel Pelletier wrote:
: 
: $P0 = new .PerlArray
: pop $P1, $P0
: 
: kills the process with a 'Array index out of bounds!'.  Is there a way
: to get an exception I can catch out of this?  Right now I check the
: depth every time I want to pop, which adds a lot of overhead per pop.

If it's really a PerlArray, it oughta return an undef containing an
unthrown exception.

Larry

Reply via email to