Help for this page
use strict; use warnings; ... } 1;
use strict; use warnings; ... 1;
#!/usr/bin/perl ... my $obj = Child->new(); $obj->show();