diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-10-01 20:59:42 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-10-01 20:59:42 +0000 |
commit | c3ae9cdede17079a5598fc9c243b609a8d5a3667 (patch) | |
tree | 5f9da647c1f78838e2f16a28badbed220ce88eb7 /pod | |
parent | 5ccadbde5117ca2083980e2ed7e909f56552e473 (diff) | |
download | perl-c3ae9cdede17079a5598fc9c243b609a8d5a3667.tar.gz |
It's RISC OS, dammit. Hard space, upper case. Always.
p4raw-id: //depot/perl@34454
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlopentut.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlopentut.pod b/pod/perlopentut.pod index 31fe6f22e9..b9033786b6 100644 --- a/pod/perlopentut.pod +++ b/pod/perlopentut.pod @@ -170,7 +170,7 @@ based on its command line arguments without relying on the shell. (Similar to the C<system(@LIST)> notation.) This is safer and faster than executing a single argument pipe-command, but does not allow special shell constructs. (It is also not supported on Microsoft Windows, Mac OS Classic -or RiscOS.) +or RISC OS.) Here's an example of C<open '-|'>, which prints a random Unix fortune cookie as uppercase: |