Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: untaintChapter 8
Standard Modules
Next: 8.92 IO::Handle
 

write

$fh->write (buf, len[, offset])

Like write found in C; that is, the opposite of read. The wrapper for the Perl write function is format_write.


Previous: Reference: untaintPerl in a NutshellNext: 8.92 IO::Handle
Reference: untaintBook Index8.92 IO::Handle

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.