Thread: Perl Array :S

View Single Post

  #2 (permalink)  
Old 04-30-2007, 08:09 AM
sudipta82 sudipta82 is offline
Junior Member
 
Join Date: Apr 2007
Location: INDIA
Posts: 4
sudipta82 is on a distinguished road
Please post one example to help you out .


Quote:
Originally Posted by JohnDoe View Post
I have an array which muliple values in it and what I wanted to do is add the 5th element of the array to a new array which only stores unique values.

I would normally do this in shell scripting but wanted to learn some Perl so any suggestions would be much appreciated,

Thanks,
Reply With Quote