Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
123456789 #!perluse strict;use warnings;use Config::Extend::MySQL;use Data::Dumper;my $config = Config::Extend::MySQL->new({ from => shift, using => "Config::INI::Reader" });print Dumper($config);
#!perl
use
strict;
warnings;
Config::Extend::MySQL;
Data::Dumper;
my
$config
= Config::Extend::MySQL->new({
from
=>
shift
,
using
"Config::INI::Reader"
});
print
Dumper(
);