Thread: PERL to C#
View Single Post
Old 08-20-2004, 04:11 AM   #2 (permalink)
idx
Senior Grasshopper
 
idx's Avatar
 
Join Date: Jun 2003
Location: FL
Posts: 317
idx is on a distinguished road
Sort - does just that. Sorts (numerically in this case) your hash keys.

Shift - Removes and returns the first slice (or first key) of an array.

Join - Joins array values together. In this case it separates them by "\n" so its printing values on each line.

-r
idx is offline   Reply With Quote