{ my @store; sub put { @store = @_;} sub get { return @store; }}