Thread Config::Tiny section auslesen und in array speichern (6 answers)
Opened by Steffen at 2015-05-08 08:21

GwenDragon
 2015-05-08 09:12
#180968 #180968
User since
2005-01-17
14783 Artikel
Admin1
[Homepage]
user image
Code (perl): (dl )
1
2
3
4
5
6
7
...
...
my $datenbanken_hash_ref = $Config->{datenbanken};
my %hash = %{$datenbanken_hash_ref};
for my $key (keys %hash) {
  print "$key = $hash{$key}\n";
}

View full thread Config::Tiny section auslesen und in array speichern