package MyClass; our $static_attrib; $MyClass::static_attrib = 1; print($MyClass::static_attrib, "\n");