open (FILE, "/path/to/$URL"); binmode (FILE); print "Content-type:application-vnd.ms-word\n\n"; while () { print; }