> 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. -Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]