in reply to Re^2: Calculating Nth root using perl.
in thread Calculating Nth root using perl.
I agree (++). Error handling shouldn't be removed without being replaced. Either handle it (by throwing an exception, displaying a warning, returning a complex number, returning an error code, etc) or let Perl handle it (by dying).