Help for this page

Select Code to Download


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