Help for this page
sub anything { my $self=shift; ... return; }
my $conf = new Config; my $object = new TestClass; $object->anything($conf);