Retourner au contenu associé (entrée de forum : afficher table de hachage)
Posté par kesako le 27 février 2006 à 16:43. En réponse au message afficher table de hachage. Évalué à 4.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# Data::Dumper
Posté par kesako . En réponse au message afficher table de hachage. Évalué à 4.
require Data::Dumper;
my %hash;
%hash ->{toto} = 'tata';
print Data::Dumper->Dump([\%hash],['*hash']);