Hi. I'm brand spankin' new to Perl and am still having trouble picking up the syntax necessary to execute some basic data movement structures. I'm trying to do a sort on an array of "read-in" letters using <STDIN> (yes, I know perl has many built in sorting functions, but that's not the point as I'm sure my teacher would iterate. Trying to use what I know of arrays in java, my perl code for a simple binary sort ends up looking like spaghetti. Does anyone have a quick implementation of a sort on an @array of letters?