Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 5ec1d7554036003e6c3ba05bfe54d86d > files > 11

perl-Config-Perl-V-0.190.0-2.mga4.noarch.rpm

#!/pro/bin/perl

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;