diff options
author | Jeffrey Friedl <jfriedl@regex.info> | 2001-12-15 15:07:42 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-16 14:34:02 +0000 |
commit | d8d29d4f846a79d680ffc51bd1c4737df419932b (patch) | |
tree | 67eb8d2a8a97d0593eb39ce0216cd44283f16de6 /lib/open.pm | |
parent | f411ddcc1316e72115a3e4878c2bb6f8128a1253 (diff) | |
download | perl-d8d29d4f846a79d680ffc51bd1c4737df419932b.tar.gz |
lib/open.pm
Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
p4raw-id: //depot/perl@13718
Diffstat (limited to 'lib/open.pm')
-rw-r--r-- | lib/open.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/open.pm b/lib/open.pm index e5d18fb525..7eaea0fae9 100644 --- a/lib/open.pm +++ b/lib/open.pm @@ -143,7 +143,7 @@ operators found within the lexical scope of this pragma will use the declared defaults. With the C<IN> subpragma you can declare the default layers -of input sterams, and with the C<OUT> subpragma you can declare +of input streams, and with the C<OUT> subpragma you can declare the default layers of output streams. With the C<IO> subpragma you can control both input and output streams simultaneously. |