Tie::Hash::Indexed - 代入した順番にHASHを扱える。

Tie::Hash::Indexed代入した順番にHASHを扱える。ドキュメントはこちら ->http://search.cpan.org/dist/Tie-Hash-Indexed/use Tie::Hash::Indexed;tie my %hash, 'Tie::Hash::Indexed';$hash{1}= 'foo1';$hash{2}= 'foo2';$hash{3}...

Indexed  - 代入した順番にHASHを扱える。 はてなブックマークに追加

yref yref ,