✏️ 正在编辑: show-v.pl
路径:
/usr/share/doc/perl-Config-Perl-V/examples/show-v.pl
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
use strict; use warnings; use Data::Peek; use Config::Perl::V; my $conf = Config::Perl::V::myconfig [ @ARGV ]; DDumper $conf; DDumper Config::Perl::V::summary $conf;
💾 保存文件
← 返回文件管理器