in reply to Dumping data

Your shell should allow you to do something like this. When you run the perl programme, try something like this:

perl my_perl.pl > results.txt

Then, you shouldn't see any output to the screen, but the results should be in results.txt. Is this the sort of thing you wanted?

HTH
ViceRaid