Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

#!perl
use strict;
my $config = Config::Extend::MySQL->new({ from => shift, using => "Config::INI::Reader" });
print Dumper($config);