in reply to Re: Error.pm -- Design
in thread Error.pm -- Design

Thanks much -- it also appears that given the &;$ try prototype that all the succeeding blocks create a hash of the block names, and if there are multiple instances of a given block name (e.g. catch), the hash element is an array of the blocks!? Is this documented anywhere?

Replies are listed 'Best First'.
Re^3: Error.pm -- Design
by ikegami (Patriarch) on Jul 21, 2006 at 22:31 UTC

    Is this documented anywhere?

    No idea. Why do you want to know? Very few modules document how they achieve their ends.

      Because it appears that Error.pm (e.g. run_causes and try) uses these 'features', and they are critical to the program architecture!?
        Oh, you wanted docs on indirect object syntax and prototypes? I already gave you links to those. Go back to my original post.