in reply to Extracting a hash reference from a string

You might want to look at Exception::Class, since that is what you seem to be trying to do.


Just a tongue-tied, twisted, earth-bound misfit. -- Pink Floyd

  • Comment on Re: Extracting a hash reference from a string

Replies are listed 'Best First'.
Re: Re: Extracting a hash reference from a string
by Anonymous Monk on Mar 23, 2003 at 03:11 UTC

    I did look at the expection modules available, but they looked to limited and cumbersome to use.

    There is also the question of whether or not the mechanisms those modules employ are subject to the same problem that I am encountering here - namely trying to 'throw' a complex data structure through a require() call