http://qs321.pair.com?node_id=828632


in reply to Re: Do you use an exception class in your Perl programs? Why or why not?
in thread Do you use an exception class in your Perl programs? Why or why not?

Parsing strings is fragile and error prone.

Imagine if we had to pass our subroutine arguments and return values as strings.

Without exception objects, that it the situation with exceptions. It really bothers me that I have to parse a string to identify an exception type. Especially since the raw data that produced the string should be available.

This is the fundamental reason I've been obsessing about exceptions lately.


TGI says moo

  • Comment on Re^2: Do you use an exception class in your Perl programs? Why or why not?