in reply to Re^2: No output to screen or output file
in thread No output to screen or output file

$num_elements isn't really named correctly. In the code, it is the last index of the array. Just a minor nit.   :-)

But, your for loop is ok because it tests if $c <= $num_elements.

Chris