Frage

Is it possible to save the variables or just a hash in perl workspace? For example, this can be done in Matlab with 'save' function.

edit: I am reading several text files and generating a hash out of them. When a new text file comes, I want to update this hash w/o re-doing everything from the beginning.

Thanks.

War es hilfreich?

Lösung

You can use eg. the Storeble module or YAML or JSON to save the hash between sessions.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top