Help for this page
#!/usr/bin/perl ... my $person = Person->new(name => "Bob"); print "\n", $person->show_person(), "\n";