X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl.pod;h=3036f35b2197e7dd352c8d59dca229bfbfb5d1ed;hb=84850974f570c6c594cc0df54611ffc5f0b26130;hp=c7b84520dfbf67eea94b177a21278dcda90f111c;hpb=f102b8834494e736221c17057fae0f964511ea18;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl.pod b/pod/perl.pod index c7b8452..3036f35 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -275,8 +275,8 @@ switch? 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(). The latter -can even trigger a core dump when passed ludicrous input values. +operations such as type casting, atof(), and floating-point +output with sprintf(). 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()