Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
my %hash1 = ( a => ["turkey, mexico"], b => ["india, china"], c => ["england, vietnam"], d => ["usa"], );
メキシコに関する鍵を入手したい。どうすればそれを手に入れることができますか?
試した:
print @($a{$hash1{"mexico"}})