Quotewas haelst du von der Idee, die Konfiguration in einen Hash zu packen?
123456789101112
#-#############################################sub new {#-############################################# my $invoc = shift; my $class = ref $invoc || $invoc; my $self = {}; ($config, $io) = @{shift()}; bless $self, $class; return $self;}