$key = "that's it!"; #contents from file foo.txt $value = "foo"; #filename $something{$key} = $value; print $something{$key};