Group, I wrote system that works great on my own box - windows2000/apache/mysql and (what else is there?) Perl. I moving this to the production box which is windows 2000 IIs server - I had to play with my lib statements as some of you helped me with this ---- however.... The setup on the IIs box is that perl is on C drive and my scripts, templates, and html are on the D drive. I have configured web site in IIs to run scripts and executables. I have a rountine that handles all of my template work - taken from the advanced perl book from O'rielly. code: after html header print &Template('myfile.tmpl', \%form); the template subroutine takes the template file drops all of the variables in the %form hash into the proper place and sends the stuff to the browser - at least that's what happens under apache. On IIs - I get what looks like a default html page with not guts:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"></HEAD> <BODY></BODY></HTML>
I am at a loss - any and all help would be most appreciated.

In reply to Perl cgi on IIs - path question by jozefn

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.