Re: [perl #17376] Bug Report - our(%)
[p5sagit/p5-mst-13.2.git] / README.epoc
index a098c2b..90e87eb 100644 (file)
@@ -16,14 +16,14 @@ EPOC is an OS for palmtops and mobile phones. For more informations look at:
 http://www.symbian.com/
 
 This is a port of perl to the epocemx SDK by Eberhard Mattes, which
-itselfs uses the SDK by symbian. Essentially epocemx it is a POSIX
+itself uses the SDK by symbian. Essentially epocemx it is a POSIX
 look alike environment for the EPOC OS. For more informations look at: 
 http://www.windhager.de/~mattes/epocemx/
 
 perl and epocemx runs on Epoc Release 5 machines: Psion 5mx, 5mx Pro,
 Psion Revo, Psion Netbook and on the Ericson M128. It may run on Epoc
 Release 3 Hardware (Series 5 classic), too. For more information about
-this hardware please refer to http://www.psion.com.
+this hardware please refer to http://www.psion.com/
 
 Vendors which like to have support for their devices are free to send
 me a sample. 
@@ -31,7 +31,7 @@ me a sample.
 =head1 INSTALLING PERL ON EPOC
 
 You can download a ready-to-install version from
-http://www.science-computing.de/o.flebbe/perl. 
+http://www.science-computing.de/o.flebbe/perl/
 
 You will need at least ~6MB free space in order to install and run
 perl.
@@ -68,6 +68,12 @@ EPOC:
 
 =over 4
 
+=item * 
+
+socket IO is only implemented poorly. You can only use sysread and
+syswrite on them. The commands read, write, print, <> do not work for
+sockets. This may change iff epocemx supports sockets.
+
 =item *
 
 kill, alarm and signals. Do not try to use them. This may be
@@ -85,7 +91,7 @@ binmode does not exist. (No CR LF to LF translation for text files)
 
 EPOC does not handle the notion of current drive and current
 directory very well (i.e. not at all, but it tries hard to emulate
-one) See PATH.
+one). See PATH.
 
 =item *