diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2001-11-16 12:11:14 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-11-16 12:11:14 +0000 |
commit | 210b36aa2e9e009554be8970c3315c2658c0384f (patch) | |
tree | 71bb13e291837569d86a3f2f5c17515ccc1b9610 /README.epoc | |
parent | d7ceb7fc1159206a67f149394fc7aa55f6b4f7dd (diff) | |
download | perl-210b36aa2e9e009554be8970c3315c2658c0384f.tar.gz |
[PATCH] Doc spellcheck + podcheck
From: Autrijus Tang <autrijus@egb.elixus.org>
Date: Thu, 15 Nov 2001 22:49:05 -0800
Message-Id: <20011116064905.GA44092@egb.elixus.org>
Subject: [PATCH] podcheck+spellcheck, the rest of the story
From: Autrijus Tang <autrijus@egb.elixus.org>
Date: Fri, 16 Nov 2001 00:42:20 -0800
Message-Id: <20011116084220.GA44295@egb.elixus.org>
Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
From: Nicholas Clark <nick@ccl4.org>
Date: Fri, 16 Nov 2001 10:32:01 +0000
Message-Id: <20011116103200.F62891@plum.flirble.org>
(Applied after suitable de-mangling.)
p4raw-id: //depot/perl@13041
Diffstat (limited to 'README.epoc')
-rw-r--r-- | README.epoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.epoc b/README.epoc index d7d7bf7ada..3078df14b4 100644 --- a/README.epoc +++ b/README.epoc @@ -50,7 +50,7 @@ start perl with a double click on the camel icon. Be sure to configure the perl installation drive first. You can even provide a script with a special commandline, if needed. -Alternativly you can get ESHELL from symbian: +Alternatively you can get ESHELL from symbian: http://developer.epocworld.com/downloads/progs/Eshell.zip Running ESHELL you can enter: perl -de 0 in order to run the perl @@ -68,7 +68,7 @@ command line switch '-x'. See L<perlrun> for details. You can stop a running perl process in the task list by closing the application `STDOUT'. You cannot stop a running perl process if it has -not written anyting to stdout or stderr! Be very cautious with I/O +not written anything to stdout or stderr! Be very cautious with I/O redirection. You will have to reboot the PDA! =head1 USING PERL ON EPOC @@ -129,7 +129,7 @@ backquoting, pipes etc. =item * -system() does not inherit ressources like: file descriptors, +system() does not inherit resources like: file descriptors, environment etc. =item * |