Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Splice Arrays

Status
Not open for further replies.

mikawin

Technical User
Apr 15, 2009
28
0
0
US
Hello,

I have a set of arrays:
@Arr1 = (1..20);
@Arr2 = (16..41);
@Arr3 = (46..109);


I want to splice the above into 1 array without duplicates of the format:

@Combined = (1..41, 46..109)

How can I do this?

Thanks,
Mika
 
What have you tried? What are you having problems with?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top