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}...
Pattern Ref —自分用覚書
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}...
No User Commented In This Post