sub returnstuff {
  return 'stuff';
}

my $stuff = {
	KEY1	=> 'is key1',
	KEY2	=> 'is key2',
};