in reply to updating to a file
if (open (my $fh, '>>', "manager.properties")) { print $fh "test\n"; close ($fh); } [download]
Paul