start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: untaint Chapter 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: untaint Perl in a Nutshell Next: 8.92 IO::Handle
Reference: untaint Book Index 8.92 IO::Handle

Library Navigation Links

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