diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-24 07:24:11 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-24 07:24:11 +0000 |
commit | 19799a22062ef658e4ac543ea06fa9193323512a (patch) | |
tree | ae9ae04d1351eb1dbbc2ea3cfe207cf056e56371 /pod/perl5004delta.pod | |
parent | d92eb7b0e84a41728b3fbb642691f159dbe28882 (diff) | |
download | perl-19799a22062ef658e4ac543ea06fa9193323512a.tar.gz |
major pod update from Tom Christiansen
p4raw-id: //depot/perl@3460
Diffstat (limited to 'pod/perl5004delta.pod')
-rw-r--r-- | pod/perl5004delta.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perl5004delta.pod b/pod/perl5004delta.pod index 323830b465..43bfb51c66 100644 --- a/pod/perl5004delta.pod +++ b/pod/perl5004delta.pod @@ -268,7 +268,7 @@ referenced subroutine, with the given parameters (if any). This new syntax follows the pattern of S<C<$hashref-E<gt>{FOO}>> and S<C<$aryref-E<gt>[$foo]>>: You may now write S<C<&$subref($foo)>> as -S<C<$subref-E<gt>($foo)>>. All of these arrow terms may be chained; +S<C<$subref-E<gt>($foo)>>. All these arrow terms may be chained; thus, S<C<&{$table-E<gt>{FOO}}($bar)>> may now be written S<C<$table-E<gt>{FOO}-E<gt>($bar)>>. @@ -758,7 +758,7 @@ details on how to get started with building this port. There is also support for building perl under the Cygwin32 environment. Cygwin32 is a set of GNU tools that make it possible to compile and run -many UNIX programs under Windows NT by providing a mostly UNIX-like +many Unix programs under Windows NT by providing a mostly Unix-like interface for compilation and execution. See F<README.cygwin32> in the perl distribution for more details on this port and how to obtain the Cygwin32 toolkit. @@ -936,7 +936,7 @@ requested with the ":flock" tag (e.g. C<use Fcntl ':flock'>). =head2 IO -The IO module provides a simple mechanism to load all of the IO modules at one +The IO module provides a simple mechanism to load all the IO modules at one go. Currently this includes: IO::Handle |