diff options
Diffstat (limited to 'pod/perl.pod')
-rw-r--r-- | pod/perl.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl.pod b/pod/perl.pod index 9306d5c9c7..d0d15b157a 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -249,7 +249,7 @@ The B<-w> switch is not mandatory. Perl is at the mercy of your machine's definitions of various operations such as type casting, atof() and sprintf(). -If your stdio requires an seek or eof between reads and writes on a +If your stdio requires a seek or eof between reads and writes on a particular stream, so does Perl. (This doesn't apply to sysread() and syswrite().) |