use Data::Dumper; %Hash = ( 'Time' => '360', 'Option' => 'A', 'Nick' => 'Blub' ); print $Local = Data::Dumper->Dump([\%{Hash}], ["Hash"]);