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.
私はperlのネストされたハッシュを持っています。内部ハッシュである Storable モジュールを使用して保存しようとすると、「参照ではありません」というエラーが発生します。例:
store($outer_hash->{$id}, $filename);
また、どうすれば元に戻せますか? 次の行は正しい方法ですか?
$outer_hash->{$id} = retrieve($filename);