http://qs1969.pair.com?node_id=584637


in reply to Re^2: Sorting files you Have read
in thread Sorting files you Have read

I cleverly forgot to declare @unsorted and @sorted. This is why one should (a) test code before posting and (b) use strict; and use warnings;.

They do wonders to prevent things like:

@array = (1,2,3,4,5,6,7,8,9); $sum+= $_ foreach @array; $mean = $sum/scalar(@aray);

(Yes, I know scalar(@aray) is 0.)

emc

At that time [1909] the chief engineer was almost always the chief test pilot as well. That had the fortunate result of eliminating poor engineering early in aviation.

—Igor Sikorsky, reported in AOPA Pilot magazine February 2003.