X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl5004delta.pod;h=43bfb51c668702f4e5bd452f933ede7785f29278;hb=bed171dfce7f6c0bdb7207be32c058f4d36fc432;hp=323830b4658fc05ab9e551a5eedd9850a4d79606;hpb=c2611fb358d57faaf2390cf4e8c5224abf2c4cc4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl5004delta.pod b/pod/perl5004delta.pod index 323830b..43bfb51 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{FOO}>> and S[$foo]>>: You may now write S> as -S($foo)>>. All of these arrow terms may be chained; +S($foo)>>. All these arrow terms may be chained; thus, S{FOO}}($bar)>> may now be written S{FOO}-E($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 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). =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