>> And what is the "T" in -Tw? That doesn't appear to show up in the man >> page... > > T means tainted. It's what you want to run on all code in your cgi-bin > directory so that a hacker can't r00t your box. Basically it prevents > your perl script from doing anything dumb. > > Out of curiousity, is the file you are copying text / html? I noticed > your mime type said text/html and figured that could cause you problems > if, for instance, you were trying to output a binary file.
Why would I want to do that? I'm pretty new at the cgi/mime stuff, so I'm not sure how that all works together. In this case I'm just dynamically creating a web page in html (or text for testing purposes). Thanks for the info on the T, though I'd be interested in knowing exactly what it does. How could a hacker root my machine if I didn't have the -T option set? - B -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]