我想转储我的对象和散列的值,但它总是打乱键的打印顺序。如何以(递归的)排序顺序转储键?
use Data::Dumper; print Dumper $obj;
https://stackoverflow.com/questions/7466825
相似问题