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ワークスペースに変数またはハッシュのみを保存することは可能ですか? たとえば、これは「保存」機能を使用して Matlab で実行できます。
編集:いくつかのテキスト ファイルを読み取り、それらからハッシュを生成しています。新しいテキスト ファイルが来たら、最初からやり直すことなく、このハッシュを更新したいと考えています。
ありがとう。
たとえば、使用できます。StorebleモジュールまたはYAMLまたはJSONを使用して、セッション間でハッシュを保存します。