Lightning flashed, thunder crashed and Venkat Mohan <[EMAIL PROTECTED]> wh
ispered:
| ------_=_NextPart_001_01C1155C.C049A170
| Content-Type: text/plain;
|       charset="iso-8859-1"
| 
| Are you closing the APPEND file at the end of the process?

As long as the process terminates, the close() will happen automatically.

| open(APPEND,">>testfile") || die print "Can't open testfile: $!\n";

What is "die print"?  You only need one of them.

-spp
--
Stephen P Potter                                         [EMAIL PROTECTED]
"You can't just magically invoke Larry and expect that to prove your point.
Or prove that you have a point."        -Simon Cozens
UNIX, Perl, PHP, Web Consulting and Training  http://www.unixlabs.net/~spp/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to