123456789
#!/usr/bin/perluse strict;use warnings;our $settings = "";do "bar.pl";print "[$settings]\n";
$settings = "Test";