I have a script that outputs everything on STDOUT. It also uses 'do "filename.pl"' a bunch of times, which all output on STDOUT. Is there a simple way I can change the output to a file for all output (even in the do's)? I know I can redirect from my shell by "script.pl >someplace", but if it can be contained in the script, that would be great! Any help would be great, thanks!