in reply to Should I update Perl?

Is there a way to test if my perl install has a problem
This is typically done at build time, by running the test suite (make test). It's fairly easy to run the test suite against the installed perl.

Abigail