use strict; use warnings; package Child; use base 'Parent' ; our $data = { one => 1, two => 2 } ; 1;