Win8 Strawberry 5.8.9.5 (32) Fri 05/07/2021 19:46:25 C:\@Work\Perl\monks >perl -Mwarnings use Data::Dumper; my $hr = { qw(one uno two dos) }; my $request = "$hr\n"; # stringize a hash ref, end in newline print Dumper $request; print Dumper %$request; ^Z $VAR1 = 'HASH(0x333824) ';