The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789101112 #!/usr/bin/perl# simple example of default behaviour;use strict;use warnings;use Config::DotNetXML;our %appSettings;print $appSettings{Foo},"\n";
#!/usr/bin/perl
# simple example of default behaviour;
use
strict;
warnings;
Config::DotNetXML;
our
%appSettings
;
print
$appSettings
{Foo},
"\n"