Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DocCee

  1. DocCee

    Perl-CGI Apache Server Error

    Timothy,<br><br>In addition to the missing colon, your print content-type identifier needs to end with at least one blank line so the browser recognizes the end of the header. I'd print it separately, before your print &lt;&lt;EndHtml; line, like this:<br><br>print &quot;Content-type...
  2. DocCee

    Opening/appending a MS Word Document with a Perl CGI script

    I'm using an Apache server running on Linux, and have a large, 4-part form that calls my Perl script to open an existing blank file and append to it, then save it. I have no trouble doing this with a text file, however I would like to output a formatted MS Word document for my client's...

Part and Inventory Search

Back
Top