Hello Everybody,

I want to append to a file but not able to do so......actually ia ma not getting the 
command to write(append) to a file

open(HANDLE_CLI,">> $file_cli") || die"Cannot Append\n" ;
print HANDLE_CLI  "$mailid\n" ;                         ########## i    think problem 
is here
close(HANDLE_CLI); 


Waiting for Reply......
Thanks in Advance,
Rahul

Reply via email to