in reply to pushing requested file

or:
use CGI; my $cgi = CGI->new; print $cgi->header(-location => "http://www.mysite.com/$URL");
I tested this on IE and it opens the word document straight into the browser window.

Hope this helps...

gav^