if (open (my $fh, '>>', "manager.properties")) { print $fh "test\n"; close ($fh); } [download]
In reply to Re: updating to a file by Jaap in thread updating to a file by s_gaurav1091