perlepoc.pod
来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· POD 代码 · 共 160 行
POD
160 行
If you read this file _as_is_, just ignore the funny characters yousee. It is written in the POD format (see pod/perlpod.pod) which isspecially designed to be readable as is.=head1 NAMEREADME.epoc - Perl for EPOC=head1 SYNOPSISPerl 5 README file for the EPOC Release 5 operating system.=head1 INTRODUCTIONEPOC 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, whichitself uses the SDK by symbian. Essentially epocemx it is a POSIXlook alike environment for the EPOC OS. For more information look at: http://epocemx.sourceforge.net/perl and epocemx runs on Epoc Release 5 machines: Psion 5mx, 5mx Pro,Psion Revo, Psion Netbook and on the Ericsson M128. It may run on EpocRelease 3 Hardware (Series 5 classic), too. For more information aboutthis hardware please refer to http://www.psion.com/Vendors which like to have support for their devices are free to sendme a sample. =head1 INSTALLING PERL ON EPOCYou can download a ready-to-install version fromhttp://www.oflebbe.de/oflebbe/perl/You will need at least ~6MB free space in order to install and run perl.Please install the emxusr.sis package fromhttp://epocemx.sourceforge.net/ first.Install perl.sis on the EPOC machine. If you do not know how to dothat, consult your PsiWin documentation.Perl itself and its standard library is using 4 MB disk space.Unicode support and some other modules are left out. (For details,please look into epoc/createpkg.pl). If you like to use these modules,you are free to copy them from a current perl release.=head1 STARTING PERL ON EPOCPlease use the epocemx shell to start perl. perl integrates with theconventions of epocemx. =head2 Editors on EpocA suitable text editor can be downloaded from symbianhttp://www.symbian.com/developer/downloads/files/editor.zip=head2 Features of Perl on EpocThe built-in function EPOC::getcwd returns the current directory.=head2 Restrictions of Perl on EpocFeatures are left out, because of restrictions of the POSIX support inEPOC:=over 4=item * socket IO is only implemented poorly. You can only use sysread andsyswrite on them. The commands read, write, print, <> do not work forsockets. This may change iff epocemx supports sockets.=item *kill, alarm and signals. Do not try to use them. This may beimpossible to implement on EPOC.=item *select is missing.=item *binmode does not exist. (No CR LF to LF translation for text files)=item *EPOC does not handle the notion of current drive and currentdirectory very well (i.e. not at all, but it tries hard to emulateone). See PATH.=item *Heap is limited to 4MB.=item *Dynamic loading is not implemented.=back=head2 Compiling Perl 5 on the EPOC cross compiling environmentSorry, this is far too short.=over 4=item *You will need the epocemx SDK from Eberhard Mattes. =item *Get the Perl sources from your nearest CPAN site.=item *Unpack the sources. =item *Build a native perl from this sources... Make sure to save theminiperl executable as miniperl.native.Start again from scratch cp epoc/* . ./Configure -S make cp miniperl.native miniperl touch miniperl.exe make perl createpkg.pl emxsis perl.pkg perl.sis=back=head1 SUPPORT STATUS OF PERL ON EPOCI'm offering this port "as is". You can ask me questions, but I can'tguarantee I'll be able to answer them. Since the port to epocemx isquite new, please check the web for updates first.Very special thanks to Eberhard Mattes for epocemx.=head1 AUTHOROlaf Flebbe <olaf@oflebbe.de>http://www.oflebbe.de/oflebbe/perl/=head1 LAST UPDATE2003-01-18=cut
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?