First off, thank you so much for your patience and wisdom, dws, you've solved my problem.

I uninstalled PWS (Win98) and reinstalled. Before rebooting post-installation, I went in and added it to the Script Map with the -T like it should be. After reboot, I tried my make taint puke script and it puked!!! :)

So, for shits and giggles, I uninstalled PWS again, reinstalled and instead of adding perl to the script map with -T, I added it without -T (like so: c:\perl\bin\perl.exe %s %s). After reboot, I modified the entries to include the -T. Rebooted again, and when I tried the script, I got the "Too late for -T" message. Which, was my original problem.

In the end, after fixing then breaking PWS again, I guess the problem was that when setting up PWS for Perl, I didn't think ahead and put the -T where necessary (please, no flames, I was monk-less when I set this up). I'm also an idiot for not test-casing this more simply because if I had mapped .cgit instead of modifying .cgi I most likely would have seen this behavior sooner.

And for the record, now that the problem has been solved, I can safely remove -T from the #! line - it still taint checks.

Update: Due to several complaints, removed signature

Sarah


In reply to Re: Re: Re: Re: Re: Re: Re: -T t t t t t o o late folks by WebHick
in thread -T t t t t t o o late folks by malaga

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.