http://www.perlmonks.org?node_id=620691


in reply to Inline: where did the output go?

Hi,
Instead of using

./perlscript.pl > output.txt &

try this

./perlscript.pl >> output.txt &