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 中是否有任何模块可以 grep yaml 文件中的任意层次结构 - 就像 python 中的 ygrep 一样?或者可以做到这一点的代码?我尝试使用谷歌搜索,但没有找到任何资源/指针。几个小时以来,我一直在尝试,但运气不佳。
LoadFile返回一个哈希引用。
LoadFile
my $href = YAML::LoadFile("file.yaml");
检查 CPAN 是否有任何深度数据结构遍历模块,例如