Help for this page
my $string = join q{ }, q(Hello), q/world/;
my %hash; $hash{foo} = 42; @hash{ 'bar', 'baz' } = ( 666, 999 );
say "\N{DROMEDARY CAMEL}"; say "\x{1F42A}";