Help for this page
package datum; our $value = undef; ... } 1
use datum; ... # What I want to be able to here is something like: # $d = ...; $d->{foo} = ...; push @d, ...