Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: setposChapter 8
Standard Modules
Next: 8.83 FileHandle
 

setvbuf

$fh->setvbuf(params)

Takes the same parameters as the C function setvbuf(3) and uses the C function to set the buffering policy for the FileHandle.


Previous: Reference: setposPerl in a NutshellNext: 8.83 FileHandle
Reference: setposBook Index8.83 FileHandle