Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
In the line where you're printing to the file, try just printing to the terminal instead (instead of
print FILE $_; [download]
print $_; [download]