Hi,
I want to extract values from split without defining an array. Say i want to
access second element in the split output :- split (/\s+/,$var) . I tried
split(/\s+/,$var)[1]  which is not working as i expected. Can someone please
correct me on this ?

Thanks,
IGotux

Reply via email to