diff options
Diffstat (limited to 'pod/perlguts.pod')
-rw-r--r-- | pod/perlguts.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod index d51e52b230..6edb8b80e1 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -1623,6 +1623,13 @@ to indicate the number of items on the stack. Sets up the C<ix> variable for an XSUB which has aliases. This is usually handled automatically by C<xsubpp>. +=item do_binmode + +Switches filehandle to binmode. C<iotype> is what C<IoTYPE(io)> would +contain. + + do_binmode(fp, iotype, TRUE); + =item ENTER Opening bracket on a callback. See C<LEAVE> and L<perlcall>. |