使用Data::Dumper
生活随笔
收集整理的這篇文章主要介紹了
使用Data::Dumper
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
==
use strict; use warnings;use Data::Dumper;my %hash = ('name' => 'zdd','id' => 1234, );print Dumper(\%hash); # use reference here to get a better output.?
==
總結(jié)
以上是生活随笔為你收集整理的使用Data::Dumper的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: App5.0程序导入及发布
- 下一篇: python old-style inh