> The idea is simple: apply the familiar pattern of POSIX error names > (ENOENT, EPERM, etc.) to Perl. These will be easily searchable in search > engines, and we can list them in something like perlhelpcodes.pod. > > Thoughts? > - referring earlier thread in this list with subject "RFC - core exception catalogue" - it should contain world PERL (or similar), see for example typescript errors - it should be addressable in code (somehow) - best will be exception class but control variable ${ ^PERL_ERROR_XXX } will be imho acceptable as wellThread Previous | Thread Next