I have a perl script that works great and prints the output to the console screen. However, if I try to redirect the output on the command line, nothing gets printed to the file. I tried modifying the script to print to a file instead of the screen but get the same results (nothing in the output file). Any suggestions as to what might be going on?