$dirty{text} = <>; $foo = { 'clean' => '/home/boldra/filename.txt', 'dirty' => \%dirty, }; open(F,"+>{$foo->{clean}}"); close(F);