in reply to Re: <rant>CPAN modules failing to check for write errors</rant>
in thread <rant>CPAN modules failing to check for write errors</rant>
Any, back to the topic in hand - say perldoc -f print:
print FILEHANDLE LIST print LIST print Prints a string or a list of strings. Returns true if successful.If print returns false, that's good enough for me - the important thing is I know the data wasn't written - I can log $! and try to save the data somewhere else etc.
Camel pg 606 rightly bangs on about always checking failed system calls but it sometimes seems to fall on deaf ears :(
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: <rant>CPAN modules failing to check for write errors</rant>
by toma (Vicar) on May 31, 2004 at 01:29 UTC | |
by Anonymous Monk on May 31, 2004 at 10:44 UTC |