#!/usr/bin/perl -w use strict; use Parent; use Child; my $child = Child->new();