in reply to Re^4: Delete reference tree from a file
in thread Delete reference tree from a file

The algorithm in full:

  1. Read the data from the file into a hashref.
  2. Delete the entries as desired.
  3. Write the hashref back to the file.
  • Comment on Re^5: Delete reference tree from a file