in reply to
Detecting write errors (disk full, bad media)
I've never actually encountered this situation, but according to
print
,
Returns true if successful.
According to Perl error reporting convention (
Error Variables
) the method should set
$!
.
Comment on
Re: Detecting write errors (disk full, bad media)
In Section
Seekers of Perl Wisdom