Help for this page
package BigThing; sub new { shift; bless $self, "BigThing";
package BigThing; sub new { my $class = shift; bless $self, $class;