in reply to
insert value into an array
Hi,
You can use the following piece of code.
push @{${$arr[1]}[1]},222;
[download]
Hope it Helps !!!
Regards,
S.Venni Rajan.
"A Flair For Excellence."
-- BK Systems.
Comment on
Re: insert value into an array
Download
Code
In Section
Seekers of Perl Wisdom