Sumit Shah wrote: > #Open a file for writing > open(FH, "> test.txt") or die $!; > print FH "Hello World !!!\n"; print can fail. You should check that it's succeeding: print FH "Hello World !!!\n" or die $!; -- Michael Peters Developer Plus Three, LP
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.