9 eval 'use Tie::Hash; scalar keys %Tie::StdHash::'
10 or plan skip_all => 'Tie::StdHash required to test tied hashes';
11 defined and diag "Using Tie::StdHash $_" for $Tie::Hash::VERSION;
16 tie my %x, 'Tie::StdHash';
17 tie my %y, 'Tie::StdHash';
26 is $res, 'hlagh', 'nested tied hashes';