Help for this page
package main; use strict; ... my $bob = Person->new(name => 'Robert'); $bob->dump;