The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

#!/usr/bin/perl
# simple example of default behaviour;
use strict;
our %appSettings;
print $appSettings{Foo},"\n";