super_gunda
08-09-2007, 06:03 PM
HI,
I have the reference of array in $a
my $config = XMLin($vmkTest->{configFile}) or die "$!";
my $a = $config->{param}->{SCSIMemCMD}->{option};
How do I print the contents of array?
Thanks in adv
R!
I have the reference of array in $a
my $config = XMLin($vmkTest->{configFile}) or die "$!";
my $a = $config->{param}->{SCSIMemCMD}->{option};
How do I print the contents of array?
Thanks in adv
R!