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-03 18:27
#182044 #182044
User since
2015-08-17
15 Artikel
BenutzerIn
[default_avatar]
Damit bekomme ich:

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
%main = (
'esx.xxx.org' => bless( {
'summary.config' => bless( {
'name' => 'esx.xxx.org',
'vmotionEnabled' => '1',
'faultToleranceEnabled' => '0',
'port' => '443',
'product' => bless( {
'version' => '5.5.0',
'apiType' => 'HostAgent',
'licenseProductName' => 'VMware ESX Server'.....


schon besser aber das meckert er immernoch an:
Code: (dl )
index.pl: Global symbol "%main" requires explicit package name at (eval 97) line 1, <$fh> chunk 1.


da darf quasi kein % stehen

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