• Aucun résultat trouvé

INSTALLING PERL ON EPOC

N/A
N/A
Protected

Academic year: 2022

Partager "INSTALLING PERL ON EPOC"

Copied!
2
0
0

Texte intégral

(1)

Perl version 5.10.0 documentation - perlepoc

Page 1 http://perldoc.perl.org

NAME

README.epoc - Perl for EPOC

SYNOPSIS

Perl 5 README file for the EPOC Release 5 operating system.

INTRODUCTION

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 itself uses the SDK by symbian.

Essentially epocemx it is a POSIX look 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 Epoc Release 3 Hardware (Series 5 classic), too.

For more information about 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.

INSTALLING PERL ON EPOC

You can download a ready-to-install version from http://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 from http://epocemx.sourceforge.net/ first.

Install perl.sis on the EPOC machine. If you do not know how to do that, 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.

STARTING PERL ON EPOC

Please use the epocemx shell to start perl. perl integrates with the conventions of epocemx.

Editors on Epoc

A suitable text editor can be downloaded from symbian http://www.symbian.com/developer/downloads/files/editor.zip Features of Perl on Epoc

The built-in function EPOC::getcwd returns the current directory.

Restrictions of Perl on Epoc

Features are left out, because of restrictions of the POSIX support in EPOC:

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.

kill, alarm and signals. Do not try to use them. This may be impossible to implement on EPOC.

select is missing.

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.

(2)

Perl version 5.10.0 documentation - perlepoc

Page 2 http://perldoc.perl.org

Heap is limited to 4MB.

Dynamic loading is not implemented.

Compiling Perl 5 on the EPOC cross compiling environment Sorry, this is far too short.

You will need the epocemx SDK from Eberhard Mattes.

Get the Perl sources from your nearest CPAN site.

Unpack the sources.

Build a native perl from this sources... Make sure to save the miniperl 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

SUPPORT STATUS OF PERL ON EPOC

I'm offering this port "as is". You can ask me questions, but I can't guarantee I'll be able to answer them. Since the port to epocemx is quite new, please check the web for updates first.

Very special thanks to Eberhard Mattes for epocemx.

AUTHOR

Olaf Flebbe <olaf@oflebbe.de> http://www.oflebbe.de/oflebbe/perl/

LAST UPDATE

2003-01-18

Références

Documents relatifs

- The most commonly used language for CGI, in part because of its pattern matching capabilities - Perl programs are usually processed the same way as many Java

Later, we'll learn how to tell perl how many repetitions of a character or group of characters we want to match without spelling it out directly. What, then, if we wanted to

This function returns a tm structure (using Universal Time) for a given time (for example, the output from the Perl time function supplied in a variable of type time_t

Although you don’t need to know a single thing about Perl to begin reading this book, we recommend that you already have familiarity with basic programming concepts such as

As a testament to what you can do with Minimal Perl, this book features program- ming examples drawn from a wide variety of application areas, including system

So, if you see a statement like print if //; in a Perl program, look for the previous regular expression operator to see what the pattern really is!. The substitution operator also

Reloading configuration files. First, lets look at a simple case, in which we just have to look after a simple configuration file like the one below. Imagine a script that tells you

[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]... Previous: What This Book