in reply to refine output of Dumper

Hi,

your question is a little bit weird. You want the output of the array line by line. In your array you do have every element ending in a newline character. So a simple

print @SChk_Out

should produce the output what you want. What is the problem?

McA