Help for this page
use strict; use warnings; ... my $value = "foo"; #filename $something{$key} = $value; print $something{$key};
foo