Help for this page
#!/usr/bin/perl -w use strict; ... our $foo = "test"; 1;
#!/usr/bin/perl -w use strict; ... use test; print $test::foo ."\n";
print $foo