package P; $A = 'something'; #### package P; $P::A = 'something'; #### package P; our $A = 'something';