我是靠谱客的博主 难过云朵,这篇文章主要介绍perl模块Data::Dumper应用一例分享,现在分享给大家,希望可以做个参考。

复制代码 代码如下:

#!/usr/bin/perl
use strict;
use warnings;
use Data::Dumper;
my %hash = (
    'name' => 'zdd',
    'id'   => 1234,
);
print Dumper(\%hash); # use reference here to get a better output.  

最后

以上就是难过云朵最近收集整理的关于perl模块Data::Dumper应用一例分享的全部内容,更多相关perl模块Data内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(122)

评论列表共有 0 条评论

立即
投稿
返回
顶部