my $h = { hello => [ 1, 2, 3, 4 ], hello => [ 5, 6, 7, 8 ], }; my $str = 'Hello World, Just another hello hack!'; ....