in reply to Loading a hash table
perl -ne 'BEGIN{$\="\n"; @keys = qw / Name AlarmConsistencyMgr AlarmForwarder AlarmForwarderServer alert_publisher AnalogGatewayMain AssetTracking CallerPosition /} @array=split /,/;END{@hash{@keys}=@array;print "$_ -> $hash{$_}" forea +ch(keys %hash)}' ace.dll
|
|---|