Help for this page
use strict; my $public_static_variable;
package Bar; sub get_public_static_value { ... $public_static_variable = $new_val; }