write
$fh
->write (buf
,len
[,offset
])
- Like
write
found in C; that is, the opposite ofread
. The wrapper for the Perlwrite
function isformat_write
.
$fh
->write (buf
,len
[,offset
])
write
found in C; that is, the opposite of read
. The wrapper for the Perl write
function is format_write
.