Thread Hash of Hashes auf einen Rutsch aus txt-file schreiben (17 answers)
Opened by rabo at 2015-09-03 15:42

rabo
 2015-09-04 13:00
#182056 #182056
User since
2015-08-17
15 Artikel
BenutzerIn
[default_avatar]
Ja hab den jetzt 1:1 uebernommen und erhalte dieses Ergebnis.
lag an mir sorry. mal sehen wie ich damit weiterarbeiten kann,
bin mir wegen dem
Code: (dl )
%name-it = (

nicht ganz sicher obs so geht wie ich denke, ich muss den hash auf alle faelle mittels schleifen keys weiter aufdroeseln.

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 
%name_it = (
'esx.xxx.org' => bless( {
'config' => bless( {
'activeDiagnosticPartition' => bless( {
'diagnosticType' => 'singleHost',
'id' => bless( {
'diskName' => 'mpx.vmhba32:C0:T0:L0',
'partition' => '7'
}, 'HostScsiDiskPartition' ),
'slots' => '1',
'storageType' => 'directAttached'
}, 'HostDiagnosticPartition' ),
.....


Vielen Dank an Alle.
Last edited: 2015-09-04 13:02:43 +0200 (CEST)

View full thread Hash of Hashes auf einen Rutsch aus txt-file schreiben