sub anything { my $self=shift; my $conf = shift; # do whatever you want here... return; } #### my $conf = new Config; my $object = new TestClass; $object->anything($conf);