in reply to Updating a text file
if($change_count) { open(OUT,">c:\\h\\CSSCS\\bin\\scripts\\ListofFile.txt") || "Can't op +en file for writing:$!\n"; print OUT @lines; close OUT; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Updating a text file
by crouchingpenguin (Priest) on Aug 12, 2003 at 14:54 UTC |