in reply to Re^4: How to make changes in yaml file thorugh perl
in thread How to make changes in yaml file thorugh perl

Yes that's working, after doing dump it's showing the changes but when I open .yaml file it is unchanged. I also want that .yaml file to be changed.
  • Comment on Re^5: How to make changes in yaml file thorugh perl

Replies are listed 'Best First'.
Re^6: How to make changes in yaml file thorugh perl
by moritz (Cardinal) on Jul 13, 2012 at 12:13 UTC
      Got it YAML::Tiny has methods like read and write which helps in editing yaml file on disk.