#!/usr/bin/perl use strict; use warnings; use Data::Dumper; my %hash = {}; $hash{test} = 'hallo'; print Dumper \%hash;