# network object model, Python sub new { my ($package, $where) = @_; my $self = { children => {}, child_order => [], }; return bless $self, $package; } sub children { }