EPOC Errno.pm

The Errno.pm module contains the system error numbers and English names, e.g. error code 10 refers to ECHILD. Under Perl 5.6.1 for EPOC, this file is missing, which causes problems as it is required by the IO::Socket module.

I have created an EPOC version from the SYS/ERRNO.H include file in the EPOC SDK. It should be installed as ?:\perl\lib\5.6.1\epoc\Errno.pm

  • Errno.pm: EPOC version of Errno.pm module

 

References

Perl 5.6.1 for EPOC can be downloaded from http://www.oflebbe.de/oflebbe/perl/perl5.html

The documentation above refers to release 28 of the EPOC Perl port.