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 &

Replies are listed 'Best First'.
Re^2: Inline: where did the output go?
by andye (Curate) on Jun 12, 2007 at 11:37 UTC
    Hi sen - I'm not clear why appending would help? Anyway, just tried it and it didn't. Thanks for the thought though.

    Best wishes, andye